Skip to content
Snippets Groups Projects
Commit 96eadcea authored by Corto.Cabantous's avatar Corto.Cabantous
Browse files
parents 10e84f0b 21e4ce5d
No related branches found
No related tags found
4 merge requests!8Modele,!7Modele,!6Modele,!5Modele Version 1
/*
// 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*/
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