ManaPlus
Enumerations
BadgeDrawType Namespace Reference

Enumerations

enum  Type { Hide = 0 , Top = 1 , Right = 2 , Bottom = 3 }
 

Enumeration Type Documentation

◆ Type

Enumerator
Hide 
Top 
Right 
Bottom 

Definition at line 27 of file badgedrawtype.h.

28  {
29  Hide = 0,
30  Top = 1,
31  Right = 2,
32  Bottom = 3
33  };