ElderInternalIgnition  0.0001
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: structures.h:99
Definition: structures.h:50