Add code, unknown original date
This commit is contained in:
22
code/game/syn.h
Executable file
22
code/game/syn.h
Executable file
@@ -0,0 +1,22 @@
|
||||
//===========================================================================
|
||||
//
|
||||
// Name: syn.h
|
||||
// Function: synonyms
|
||||
// Programmer: Mr Elusive
|
||||
// Last update: -
|
||||
// Tab Size: 4 (real tabs)
|
||||
// Notes: -
|
||||
//===========================================================================
|
||||
|
||||
#define CONTEXT_ALL 0xFFFFFFFF
|
||||
#define CONTEXT_NORMAL 1
|
||||
#define CONTEXT_NEARBYITEM 2
|
||||
#define CONTEXT_CTFREDTEAM 4
|
||||
#define CONTEXT_CTFBLUETEAM 8
|
||||
#define CONTEXT_REPLY 16
|
||||
#define CONTEXT_OBELISKREDTEAM 32
|
||||
#define CONTEXT_OBELISKBLUETEAM 64
|
||||
#define CONTEXT_HARVESTERREDTEAM 128
|
||||
#define CONTEXT_HARVESTERBLUETEAM 256
|
||||
|
||||
#define CONTEXT_NAMES 1024
|
||||
Reference in New Issue
Block a user