ManaPlus
Enumerations
Orientation Namespace Reference

Enumerations

enum  T { HORIZONTAL = 0 , VERTICAL }
 

Enumeration Type Documentation

◆ T

Enumerator
HORIZONTAL 
VERTICAL 

Definition at line 72 of file orientation.h.

73 {
74  HORIZONTAL = 0,
75  VERTICAL
76 }