ManaPlus
Enumerations
PartyShare Namespace Reference

Enumerations

enum  T { UNKNOWN = -1 , NO = 0 , YES = 1 , NOT_POSSIBLE = 2 }
 

Enumeration Type Documentation

◆ T

Enumerator
UNKNOWN 
NO 
YES 
NOT_POSSIBLE 

Definition at line 29 of file partyshare.h.

30 {
31  UNKNOWN = -1,
32  NO = 0,
33  YES = 1,
34  NOT_POSSIBLE = 2
35 }
@ NOT_POSSIBLE
Definition: partyshare.h:34