ManaPlus
Enumerations
VisibleNamePos Namespace Reference

Enumerations

enum  Type { Top = 0 , Bottom = 1 }
 

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 

Definition at line 27 of file visiblenamepos.h.

28  {
29  Top = 0,
30  Bottom = 1
31  };