ManaPlus
Enumerations
StoreSearchType Namespace Reference

Enumerations

enum  T { Vending = 0 , BuingStore = 1 }
 

Enumeration Type Documentation

◆ T

Enumerator
Vending 
BuingStore 

Definition at line 27 of file storesearchtype.h.

28 {
29  Vending = 0,
30  BuingStore = 1
31 }