#ifndef __MOVEMENT_H_ #define __MOVEMENT_H_ #include "CA.h" void brake(); void aller(struct position* pos); #endif