![]() |
Cytopia
0.3
A city building simulation game
|
How many tiles are occupied by a building. More...
#include <tileData.hxx>
Public Member Functions | |
TileSize () | |
TileSize (unsigned int width, unsigned int height) | |
TileSize (const TileSize &other) | |
TileSize & | operator= (const TileSize &other) |
bool | operator== (const TileSize &other) const |
const bool | operator< (const TileSize &other) |
size_t | operator() (const TileSize &TileSizeToHash) const noexcept |
Public Attributes | |
unsigned int | width |
unsigned int | height |
How many tiles are occupied by a building.
Definition at line 86 of file tileData.hxx.
|
inline |
Definition at line 91 of file tileData.hxx.
|
inline |
|
inlinenoexcept |
Definition at line 119 of file tileData.hxx.
|
inline |
|
inline |
unsigned int TileSize::height |
Definition at line 89 of file tileData.hxx.
unsigned int TileSize::width |
Definition at line 88 of file tileData.hxx.