]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menuqc/menu.qh
Commit flush my old working copy.
[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 typedef string zoned;
19
20 // global vars
21
22 //float time;           // important for animations, etc.
23 bool menu_active;       // is set when the menu is active
24
25 // updated every time toggle is called
26 float gamestatus;
27
28 //#define USEFUNCTIONS
29 //#define UTILALTSTRING
30
31 #define AVOIDSTRZONES
32
33 // get rid of __NULL__ sets again!
34
35 #pragma keyword enable ifstring
36 #pragma keyword enable lo