OpenTTD Source 20241224-master-gf74b0cf984
landscape_type.h File Reference

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...
 

Detailed Description

Types related to the landscape.

Definition in file landscape_type.h.

Typedef Documentation

◆ LandscapeID

typedef uint8_t LandscapeID

Landscape type.

See also
LandscapeType

Definition at line 13 of file landscape_type.h.

Enumeration Type Documentation

◆ Borders

enum Borders

For storing the water borders which shall be retained.

Definition at line 28 of file landscape_type.h.

◆ LandscapeType

Landscape types.

Definition at line 16 of file landscape_type.h.