struct lab
Structure du labyrinthe
-
int lignes
- Correspond au nombre de lignes du labyrinthe
-
int colonnes
- Correspond au nombre de colonnes du labyrinthe
-
char** buf_fic
- Tableau a 2 dimensions correspondant au labyrinthe
-
int posX
- Position du joueur
-
int posY
Documentation
Structure du labyrinthe
int lignes
- Correspond au nombre de lignes du labyrinthe
int colonnes
- Correspond au nombre de colonnes du labyrinthe
char** buf_fic
- Tableau a 2 dimensions correspondant au labyrinthe
int posX
- Position du joueur
int posY
Index alphabétique
This page was generated with the help of DOC++.