ManaPlus
Enumerations
SkillSetType Namespace Reference

Enumerations

enum  T { VerticalList = 0 , Rectangle = 1 }
 

Enumeration Type Documentation

◆ T

Enumerator
VerticalList 
Rectangle 

Definition at line 27 of file skillsettype.h.

28 {
29  VerticalList = 0,
30  Rectangle = 1
31 }