static const uint MIN_MAP_SIZE_BITS
Minimal and maximal map width and height.
static const uint MAX_MAP_SIZE
Maximal map size = 4096.
static const uint MIN_MAP_SIZE
Minimal map size = 64.
int32_t TileIndexDiff
An offset value between two tiles.
static const uint MAX_MAP_SIZE_BITS
Maximal size of map is equal to 2 ^ MAX_MAP_SIZE_BITS.
LevelMode
Argument for CmdLevelLand describing what to do.
@ LM_LEVEL
Level the land.
@ LM_LOWER
Lower the land.
@ LM_RAISE
Raise the land.
A pair-construct of a TileIndexDiff.
int16_t x
The x value of the coordinate.
int16_t y
The y value of the coordinate.