struct lab

Structure du labyrinthe

[more]int lignes
Correspond au nombre de lignes du labyrinthe
[more]int colonnes
Correspond au nombre de colonnes du labyrinthe
[more]char** buf_fic
Tableau a 2 dimensions correspondant au labyrinthe
[more]int posX
Position du joueur
[more]int posY


Documentation

Structure du labyrinthe
oint lignes
Correspond au nombre de lignes du labyrinthe

oint colonnes
Correspond au nombre de colonnes du labyrinthe

ochar** buf_fic
Tableau a 2 dimensions correspondant au labyrinthe

oint posX
Position du joueur

oint posY

Index alphabétique



This page was generated with the help of DOC++.