ManaPlus
Enumerations
DialogType Namespace Reference

Enumerations

enum  T { OK = 0 , ERROR , SILENCE }
 

Enumeration Type Documentation

◆ T

Enumerator
OK 
ERROR 
SILENCE 

Definition at line 31 of file dialogtype.h.

32 {
33  OK = 0,
34  ERROR,
35  SILENCE
36 }