|
OpenTTD Source 15.0-beta1
|
Types related to the landscape. More...
Go to the source code of this file.
Typedefs | |
| typedef uint8_t | LandscapeID |
| Landscape type. | |
Enumerations | |
| enum | LandscapeType { LT_TEMPERATE = 0 , LT_ARCTIC = 1 , LT_TROPIC = 2 , LT_TOYLAND = 3 , NUM_LANDSCAPE = 4 } |
| Landscape types. More... | |
| enum | Borders { BORDER_NE = 0 , BORDER_SE = 1 , BORDER_SW = 2 , BORDER_NW = 3 , BORDERS_RANDOM = 16 } |
| For storing the water borders which shall be retained. More... | |
Types related to the landscape.
Definition in file landscape_type.h.
| typedef uint8_t LandscapeID |
| enum Borders |
For storing the water borders which shall be retained.
Definition at line 28 of file landscape_type.h.
| enum LandscapeType |
Landscape types.
Definition at line 16 of file landscape_type.h.