OpenTTD Source  20241108-master-g80f628063a
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. 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.
 

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.