]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menuqc/menu.qh
Revert first change in the trunk.
[divverent/nexuiz.git] / data / menuqc / menu.qh
1 ///////////////////////////////////////////////
2 // Menu Header File
3 ///////////////////////
4 // This file belongs to dpmod/darkplaces
5 // AK contains all common constants, etc.
6 ///////////////////////////////////////////////
7 // constants
8
9 const float GAME_ISSERVER       = 1;
10 const float GAME_CONNECTED      = 2;
11 const float GAME_DEVELOPER      = 4;
12
13 const float INFINITY  = 10000000.0;
14
15 // prototypes
16
17 typedef float bool;
18
19 // global vars
20
21 //float time;           // important for animations, etc.
22 bool Menu_Active;       // is set when the menu is active
23
24 // updated every time toggle is called
25 float gamestatus;
26
27 //#define USEFUNCTIONS
28 //#define UTILALTSTRING
29
30 #define AVOIDSTRZONES
31
32 // get rid of __NULL__ sets again!
33
34 #pragma keyword enable ifstring
35 #pragma keyword enable lo