ElderInternalIgnition  0.1
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