0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-14 22:50:43 +00:00
quakeforge/ruamoko/lib/system.r
2004-01-07 00:04:07 +00:00

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;