]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/source/menu.qh
-Added maplist support
[divverent/nexuiz.git] / scmenu / source / 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