|
Cytopia
0.3
A city building simulation game
|
#include <string>
Include dependency graph for mapEdit.hxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum | TerrainEdit { TerrainEdit::NONE, TerrainEdit::RAISE, TerrainEdit::LOWER, TerrainEdit::LEVEL, TerrainEdit::DEMOLISH } |
Variables | |
| TerrainEdit | terrainEditMode |
| std::string | tileToPlace |
| bool | demolishMode |
| bool | highlightSelection |
|
strong |
| bool demolishMode |
Definition at line 5 of file mapEdit.cxx.
| bool highlightSelection |
Definition at line 6 of file mapEdit.cxx.
| TerrainEdit terrainEditMode |
Definition at line 3 of file mapEdit.cxx.
| std::string tileToPlace |
Definition at line 4 of file mapEdit.cxx.