#include <schemaGameGenerator.h>
Data Fields | |
| unsigned int | left |
| Left (X-1). | |
| unsigned int | right |
| Right (X+1). | |
| unsigned int | up |
| Up (Y-1). | |
| unsigned int | down |
| Down (Y+1). | |
Definition at line 34 of file schemaGameGenerator.h.
| unsigned int possible_directions::down |
Down (Y+1).
Definition at line 39 of file schemaGameGenerator.h.
Referenced by create_routes(), and set_number_of_available_cells().
| unsigned int possible_directions::left |
Left (X-1).
Definition at line 36 of file schemaGameGenerator.h.
Referenced by create_routes(), and set_number_of_available_cells().
| unsigned int possible_directions::right |
Right (X+1).
Definition at line 37 of file schemaGameGenerator.h.
Referenced by create_routes(), and set_number_of_available_cells().
| unsigned int possible_directions::up |
Up (Y-1).
Definition at line 38 of file schemaGameGenerator.h.
Referenced by create_routes(), and set_number_of_available_cells().
1.5.8