ManaPlus
Enumerations
UpdateType Namespace Reference

Enumerations

enum  T { Normal = 0 , Close = 1 , Skip = 2 , Custom = 4 }
 

Enumeration Type Documentation

◆ T

Enumerator
Normal 
Close 
Skip 
Custom 

Definition at line 29 of file updatetype.h.

30 {
31  Normal = 0,
32  Close = 1,
33  Skip = 2,
34  Custom = 4
35 }