mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-29 15:12:00 +00:00
88c055ea3c
<taniwha> zinx: thanks :) zinx' klik mod :)
13 lines
186 B
C++
13 lines
186 B
C++
#ifndef MENU_qh
|
|
#define MENU_qh 1
|
|
|
|
#include "menus.qh"
|
|
|
|
.float menu_state;
|
|
.float menu_time;
|
|
.void() menu_think;
|
|
|
|
void(void() menu_func) menu_set;
|
|
float() util_menu_needs_print;
|
|
|
|
#endif
|