EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
AllianceData.h
Go to the documentation of this file.
1 
10 #ifndef EVEMU_SRC_ALLY_DATA_H_
11 #define EVEMU_SRC_ALLY_DATA_H_
12 
13 
14 #include "../eve-server.h"
15 
16  /*
17  "corpRole" - corporation management-type roles (manager, officer, trader) NOT access-type roles
18  "rolesAtAll" - access roles everywhere. is joined with other access roles
19  "rolesAtBase" - access roles at base defined for this char. overrides hq if hq and base are same location for char
20  "rolesAtHQ" - access roles at corp HQ.
21  "rolesAtOther" - access roles for non-station containers with corp hangars
22  */
23 
24 
25 namespace Alliance {
26 
27  /* POD structure for alliance app data */
28  struct ApplicationInfo {
29  bool valid;
36  std::string appText;
37  };
38 
39 }
40 
41 #endif // EVEMU_SRC_CORP_DATA_H_
unsigned __int32 uint32
Definition: eve-compat.h:50
signed __int64 int64
Definition: eve-compat.h:51