Skip to content
Snippets Groups Projects
Commit e253402e authored by llebasca's avatar llebasca
Browse files

personnage.h correction

parent fc1c20fd
No related branches found
No related tags found
4 merge requests!8Modele,!7Modele,!6Modele,!5Modele Version 1
...@@ -36,7 +36,7 @@ typedef struct { ...@@ -36,7 +36,7 @@ typedef struct {
int y_ll; /**< Position : y low-left point */ int y_ll; /**< Position : y low-left point */
int x_lr; /**< Position : x low-right point */ int x_lr; /**< Position : x low-right point */
int y_lr; /**< Position : y low-right point */ int y_lr; /**< Position : y low-right point */
int speed_pers; /**< Charater speed */ int speed_pers; /**< Character speed */
char * image_pers; /**< Source image of the character. */ char * image_pers; /**< Source image of the character. */
}Personnage; }Personnage;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment