ManaPlus
Enumerations
ShopListBoxType Namespace Reference

Enumerations

enum  T { Unknown = 0 , BuyShop = 1 , SellShop = 2 }
 

Enumeration Type Documentation

◆ T

Enumerator
Unknown 
BuyShop 
SellShop 

Definition at line 27 of file shoplistboxtype.h.

28 {
29  Unknown = 0,
30  BuyShop = 1,
31  SellShop = 2
32 }