]> icculus.org git repositories - divverent/nexuiz.git/blob - menu/menu.qh
grappling hook
[divverent/nexuiz.git] / menu / 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 float GAME_ISSERVER     = 1;
10 float GAME_CONNECTED    = 2;
11 float GAME_DEVELOPER    = 4;
12
13 // global vars
14
15 float time;             // important for animations, etc.
16 float menu_active;      // is set when the menu is active
17
18 // updated every time toggle is called
19 float gamestatus;
20
21 // constants
22
23 void(void) null_function = {}; // FIXME
24
25 // prototypes
26