ManaPlus
Enumerations
TextCommandType Namespace Reference

Enumerations

enum  T { Magic = 0 , Text = 1 }
 

Enumeration Type Documentation

◆ T

Enumerator
Magic 
Text 

Definition at line 27 of file textcommandtype.h.

28 {
29  Magic = 0,
30  Text = 1
31 }
Definition: text.h:40