Skip to content
Snippets Groups Projects
Commit cb322ba4 authored by Romain Jegat's avatar Romain Jegat
Browse files

modification de structure Competence2

parent 6b194d18
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,15 @@ typedef struct competence{
struct competence *parent;
struct competence *enfant_gauche;
struct competence *enfant_droit;
struct effet_competence effet;
boolean connu;
}competence;
typedef struct effet_competence{
unsigned short int id;
type_nom nom;
/* effets dfinir */
}effet_competence;
#endif
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