Pioneer
Loading...
Searching...
No Matches
enum_table.h
Go to the documentation of this file.
1/* Copyright © 2008-2024 Pioneer Developers. See AUTHORS.txt for details */
2/* Licensed under the terms of the GPL v3. See licenses/GPL-3.txt */
3
4#ifndef HX_GEN_ENUM_TABLES
5#define HX_GEN_ENUM_TABLES
6
7/* THIS FILE IS AUTO-GENERATED, CHANGES WILL BE OVERWRITTEN */
8/* enum table generated by scan_enums.py */
9
10struct EnumItem {
11 const char *name;
12 int value;
13};
14struct EnumTable {
15 const char *name;
17};
18
19extern const struct EnumItem ENUM_PhysicsObjectType[];
20extern const struct EnumItem ENUM_AltitudeType[];
21extern const struct EnumItem ENUM_ShipAIError[];
22extern const struct EnumItem ENUM_ShipFlightState[];
23extern const struct EnumItem ENUM_ShipJumpStatus[];
24extern const struct EnumItem ENUM_ShipAlertStatus[];
25extern const struct EnumItem ENUM_ShipAICmdName[];
26extern const struct EnumItem ENUM_DualLaserOrientation[];
27extern const struct EnumItem ENUM_ShipTypeTag[];
28extern const struct EnumItem ENUM_DockingRefusedReason[];
29extern const struct EnumItem ENUM_DockStage[];
30extern const struct EnumItem ENUM_ProjectableTypes[];
31extern const struct EnumItem ENUM_ProjectableBases[];
32extern const struct EnumItem ENUM_SystemViewMode[];
33extern const struct EnumItem ENUM_SystemViewColorIndex[];
34extern const struct EnumItem ENUM_PolitEcon[];
35extern const struct EnumItem ENUM_PolitGovType[];
36extern const struct EnumItem ENUM_BodyType[];
37extern const struct EnumItem ENUM_BodySuperType[];
38extern const struct EnumItem ENUM_DetailLevel[];
39extern const struct EnumItem ENUM_PiGuiFaceFlags[];
40extern const struct EnumItem ENUM_ModelDebugFlags[];
41extern const struct EnumItem ENUM_CruiseDirection[];
42extern const struct EnumItem ENUM_FollowMode[];
43extern const struct EnumItem ENUM_ShipTypeThruster[];
44extern const struct EnumItem ENUM_PropulsionFuelStatus[];
46
47extern const struct EnumTable ENUM_TABLES[];
48extern const struct EnumTable ENUM_TABLES_PUBLIC[];
49
50#endif
const struct EnumItem ENUM_ShipAICmdName[]
Definition: enum_table.cpp:85
const struct EnumItem ENUM_PropulsionFuelStatus[]
Definition: enum_table.cpp:320
const struct EnumTable ENUM_TABLES[]
Definition: enum_table.cpp:341
const struct EnumItem ENUM_BodySuperType[]
Definition: enum_table.cpp:261
const struct EnumItem ENUM_ShipFlightState[]
Definition: enum_table.cpp:54
const struct EnumItem ENUM_ModelDebugFlags[]
Definition: enum_table.cpp:287
const struct EnumItem ENUM_DockingRefusedReason[]
Definition: enum_table.cpp:111
const struct EnumItem ENUM_ShipJumpStatus[]
Definition: enum_table.cpp:65
const struct EnumItem ENUM_SystemViewMode[]
Definition: enum_table.cpp:168
const struct EnumItem ENUM_FollowMode[]
Definition: enum_table.cpp:304
const struct EnumItem ENUM_DualLaserOrientation[]
Definition: enum_table.cpp:97
const struct EnumTable ENUM_TABLES_PUBLIC[]
Definition: enum_table.cpp:372
const struct EnumItem ENUM_ShipAlertStatus[]
Definition: enum_table.cpp:77
const struct EnumItem ENUM_DetailLevel[]
Definition: enum_table.cpp:270
const struct EnumItem ENUM_ProjectableBases[]
Definition: enum_table.cpp:159
const struct EnumItem ENUM_PhysicsObjectType[]
Definition: enum_table.cpp:25
const struct EnumItem ENUM_SystemViewColorIndex[]
Definition: enum_table.cpp:174
const struct EnumItem ENUM_ShipControllerFlightControlState[]
Definition: enum_table.cpp:327
const struct EnumItem ENUM_PolitGovType[]
Definition: enum_table.cpp:195
const struct EnumItem ENUM_PolitEcon[]
Definition: enum_table.cpp:186
const struct EnumItem ENUM_DockStage[]
Definition: enum_table.cpp:118
const struct EnumItem ENUM_ShipAIError[]
Definition: enum_table.cpp:45
const struct EnumItem ENUM_ProjectableTypes[]
Definition: enum_table.cpp:149
const struct EnumItem ENUM_AltitudeType[]
Definition: enum_table.cpp:38
const struct EnumItem ENUM_CruiseDirection[]
Definition: enum_table.cpp:298
const struct EnumItem ENUM_BodyType[]
Definition: enum_table.cpp:215
const struct EnumItem ENUM_ShipTypeThruster[]
Definition: enum_table.cpp:310
const struct EnumItem ENUM_ShipTypeTag[]
Definition: enum_table.cpp:103
const struct EnumItem ENUM_PiGuiFaceFlags[]
Definition: enum_table.cpp:279
Definition: enum_table.h:10
int value
Definition: enum_table.h:12
const char * name
Definition: enum_table.h:11
Definition: enum_table.h:14
const EnumItem * first
Definition: enum_table.h:16
const char * name
Definition: enum_table.h:15