rpgxef/code/game/syn.h
Walter Julius Hennecke a39565b783 Integrated RPG-X2 rpgxEF edition into the rpgxEF repo
... not quite content with where the project files lie but it is ok for
now.
... compiling works fine so far (only tested mingw32 right now)
2012-08-04 12:54:37 +02:00

20 lines
564 B
C

// Copyright (C) 1999-2000 Id Software, Inc.
//
//===========================================================================
//
// Name: syn.h
// Function: synonyms
// Programmer: Mr Elusive
// Last update: 1999-09-08
// 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_NAMES 1024