This repository has been archived on 2022-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
Xash3DArchive/pr_uimenu/menu.h

27 lines
562 B
C

///////////////////////////////////////////////
// Menu Header File
///////////////////////
// This file belongs to dpmod/darkplaces
// AK contains all common constants, etc.
///////////////////////////////////////////////
// constants
float GAME_ISSERVER = 1;
float GAME_CONNECTED = 2;
float GAME_DEVELOPER = 4;
// global vars
float time; // important for animations, etc.
float menu_active; // is set when the menu is active
// updated every time toggle is called
float gamestatus;
// constants
void(void) null_function = {}; // FIXME
// prototypes