/* // Created by Lucile on 18/02/2021. */ #ifndef GAME_INSA_PROJECT_PERSONNAGE_H #define GAME_INSA_PROJECT_PERSONNAGE_H struct personnage { int x_pers; int y_pers; int long_pers; int larg_pers; int speed_pers; char * image_pers; }; #endif /*GAME_INSA_PROJECT_PERSONNAGE_H*/