|
Cytopia
0.3
A city building simulation game
|
#include <SDL.h>#include <memory>#include <string>#include <algorithm>#include <vector>#include "../Sprite.hxx"#include "../common/enums.hxx"#include "../basics/Point.hxx"#include "../TileManager.hxx"
Include dependency graph for MapNode.hxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | MapNodeData |
| class | MapNode |
| Class that holds map nodes. More... | |