OpenTTD Source
20241108-master-g80f628063a
|
Types related to the landscape. More...
Go to the source code of this file.
Typedefs | |
typedef uint8_t | LandscapeID |
Landscape type. More... | |
Enumerations | |
enum | LandscapeType { LT_TEMPERATE = 0 , LT_ARCTIC = 1 , LT_TROPIC = 2 , LT_TOYLAND = 3 , NUM_LANDSCAPE = 4 } |
Landscape types. | |
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. | |
Types related to the landscape.
Definition in file landscape_type.h.
typedef uint8_t LandscapeID |