Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GAME INSA PROJECT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
3EII INFO LKCH
GAME INSA PROJECT
Commits
939894b0
Commit
939894b0
authored
4 years ago
by
llebasca
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation prof.h
parent
39593032
No related branches found
No related tags found
4 merge requests
!8
Modele
,
!7
Modele
,
!6
Modele
,
!5
Modele Version 1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
GAME/include/personnage.h
+1
-1
1 addition, 1 deletion
GAME/include/personnage.h
GAME/include/prof.h
+8
-8
8 additions, 8 deletions
GAME/include/prof.h
with
9 additions
and
9 deletions
GAME/include/personnage.h
+
1
−
1
View file @
939894b0
...
...
@@ -17,7 +17,7 @@
#define GAME_INSA_PROJECT_PERSONNAGE_H
/*!
* \struct
p
ersonnage
* \struct
P
ersonnage
* \brief Character structure
*/
...
...
This diff is collapsed.
Click to expand it.
GAME/include/prof.h
+
8
−
8
View file @
939894b0
...
...
@@ -6,12 +6,12 @@
/*!
* \file prof.h
* \brief
Char
ac
t
er Header File
* \authors
c
orto
* \brief
Te
ac
h
er Header File
* \authors
C
orto
* \version 1
* \date 25/02/2021
*
*
Char
ac
t
er structure definiton.
*
Te
ac
h
er structure
and functions
definiton.
*
*/
...
...
@@ -19,8 +19,8 @@
#define GAME_INSA_PROJECT_PROF_H
/*!
* \struct
p
rof
* \brief
Char
ac
t
er structure
* \struct
P
rof
* \brief
Te
ac
h
er 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
;
/**<
Charat
er speed */
char
*
image_prof
;
/**< Source image of the
char
ac
t
er. */
}
p
rof
;
int
speed_prof
;
/**<
Teach
er speed */
char
*
image_prof
;
/**< Source image of the
te
ac
h
er. */
}
P
rof
;
#endif
/*GAME_INSA_PROJECT_Prof_H*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment