EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
EVE_Map.h
Go to the documentation of this file.
1 
2 /*
3  * EVE_Map.h
4  * map-specific enumerators
5  *
6  */
7 
8 #ifndef EVE_MAP_H
9 #define EVE_MAP_H
10 
11 
12 struct JumpData {
20 };
21 
22 namespace Map {
23  namespace Jumptype {
24  enum {
25  Region = 0, // purple
26  Constellation = 1, // red
27  System = 2 // blue
28  };
29  }
30 }
31 
32 
33 #endif // EVE_MAP_H
uint32 tocon
Definition: EVE_Map.h:18
unsigned __int8 uint8
Definition: eve-compat.h:46
Definition: EVE_Map.h:22
uint32 fromcon
Definition: EVE_Map.h:15
uint8 ctype
Definition: EVE_Map.h:13
uint32 toreg
Definition: EVE_Map.h:19
uint32 fromsol
Definition: EVE_Map.h:16
unsigned __int32 uint32
Definition: eve-compat.h:50
uint32 fromreg
Definition: EVE_Map.h:14
uint32 tosol
Definition: EVE_Map.h:17