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

Ajout des fichiers et de la structure competence (arbre)

parent 9384a584
No related branches found
No related tags found
No related merge requests found
......@@ -50,4 +50,14 @@ typedef struct {
Case *position;
} personnage;
typedef struct {
int id;
type_nom nom;
competence parent;
competence enfant_gauche;
competence enfant droit;
boolean connu;
} 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