mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
380e397d5b
builtin crash in menus
7 lines
149 B
R
7 lines
149 B
R
#include "system.h"
|
|
|
|
float time;
|
|
|
|
float (string s) cvar = #45;
|
|
void (string var, string val) cvar_set = #72;
|
|
string () gametype = #0x000f0000 + 115;
|