File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Generals/Code/GameEngine/Include/Common/_DEFINES Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 24
24
// //
25
25
////////////////////////////////////////////////////////////////////////////////
26
26
27
- // This file contains all the header files that shouldn't change frequently.
28
- // Be careful what you stick in here, because putting files that change often in here will
29
- // tend to cheese people's goats.
27
+ // This file contains various namekey strings.
30
28
31
29
// Factions
32
30
#define NAMEKEY_FactionAmerica "FactionAmerica"
47
45
#define NAMEKEY_FactionGLATerrorCell "FactionGLATerrorCell"
48
46
#define NAMEKEY_FactionGLAWarlordCommand "FactionGLAWarlordCommand"
49
47
#define NAMEKEY_FactionObserver "FactionObserver"
50
- #define NAMEKEY_ThePlayer "ThePlayer"
51
48
52
49
53
50
// Misc
You can’t perform that action at this time.
0 commit comments