#ifndef DEPLACEMENT_H #define DEPLACEMENT_H #define HAUT 0 #define DROITE 1 #define BAS 2 #define GAUCHE 3 #include "plateau_init.h" unsigned char deplacement (struct adresse* pointeur, unsigned char* sens, unsigned char* retard, short int* compteur, unsigned long* acceleration, int numsprite); #endif /* DEPLACEMENT_H */