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

Update documentation prof.h

parent 39593032
No related branches found
No related tags found
4 merge requests!8Modele,!7Modele,!6Modele,!5Modele Version 1
......@@ -17,7 +17,7 @@
#define GAME_INSA_PROJECT_PERSONNAGE_H
/*!
* \struct personnage
* \struct Personnage
* \brief Character structure
*/
......
......@@ -6,12 +6,12 @@
/*!
* \file prof.h
* \brief Character Header File
* \authors corto
* \brief Teacher Header File
* \authors Corto
* \version 1
* \date 25/02/2021
*
* Character structure definiton.
* Teacher structure and functions definiton.
*
*/
......@@ -19,8 +19,8 @@
#define GAME_INSA_PROJECT_PROF_H
/*!
* \struct prof
* \brief Character structure
* \struct Prof
* \brief Teacher structure
*/
typedef struct {
......@@ -28,9 +28,9 @@ typedef struct {
int y_prof; /**< Position : ordinate */
int long_porf; /**< Size : length */
int larg_prof; /**< Size : width */
int speed_prof; /**< Charater speed */
char * image_prof; /**< Source image of the character. */
} prof;
int speed_prof; /**< Teacher speed */
char * image_prof; /**< Source image of the teacher. */
} Prof;
#endif /*GAME_INSA_PROJECT_Prof_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