ManaPlus
Enumerations
MapLayerType Namespace Reference

Enumerations

enum  T { TILES = 0 , COLLISION , HEIGHTS , ACTIONS }
 

Enumeration Type Documentation

◆ T

Enumerator
TILES 
COLLISION 
HEIGHTS 
ACTIONS 

Definition at line 31 of file maplayertype.h.

32 {
33  TILES = 0,
34  COLLISION,
35  HEIGHTS,
36  ACTIONS
37 }