|
mkRPG
|
Definition of the Map, Cell and CellType classes. More...
Go to the source code of this file.
Data Structures | |
| class | CellType |
| The CellType class defines the properties that are mandatory in any CellType object. More... | |
| class | Cell |
| The Cell class. More... | |
| class | MapType |
| The MapType class defines the properties that are mandatory in any MapType object. More... | |
| class | Map |
| The Map class. More... | |
Defines | |
| #define | forCells(i) int nbCell = width()*height(); for(int i(0); i<nbCell; ++i) |
| #define forCells | ( | i | ) | int nbCell = width()*height(); for(int i(0); i<nbCell; ++i) |
Usefull macro to set up a for on the cells
1.7.6.1