|
OpenTTD Source 20251117-master-g7398d2e290
|
Type for storing the 'area' of something uses on the map. More...
#include "map_func.h"Go to the source code of this file.
Data Structures | |
| struct | OrthogonalTileArea |
| Represents the covered area of e.g. More... | |
| struct | DiagonalTileArea |
| Represents a diagonal tile area. More... | |
| class | TileIterator |
| Base class for tile iterators. More... | |
| class | OrthogonalTileIterator |
| Iterator to iterate over a tile area (rectangle) of the map. More... | |
| class | DiagonalTileIterator |
| Iterator to iterate over a diagonal area of the map. More... | |
| class | SpiralTileIterator |
| Helper class for SpiralTileSequence. More... | |
| class | SpiralTileSequence |
| Generate TileIndices around a center tile or tile area, with increasing distance. More... | |
Typedefs | |
| typedef OrthogonalTileArea | TileArea |
| Shorthand for the much more common orthogonal tile area. | |
Type for storing the 'area' of something uses on the map.
Definition in file tilearea_type.h.
| typedef OrthogonalTileArea TileArea |
Shorthand for the much more common orthogonal tile area.
Definition at line 102 of file tilearea_type.h.