Test
deplacements.h
1 #ifndef DEPLACEMENTS_H_INCLUDED
2 #define DEPLACEMENTS_H_INCLUDED
3 
4 boolean case_a_cote(Personnage *perso,Case *destination);
5 
6 int deplacement_unitaire(Personnage *perso,Case *destination);
7 
8 
9 #endif
Definition de la structure Personnage.
Definition: structures.h:97
Definition de la structure Case.
Definition: structures.h:48