quakeforge/ruamoko/lib/system.r
Bill Currie 6f1dd54e99 quick and dirty fix to get menus loading again. libr.a really needs to be
cleaned up: most of the stuff in it should /not/ be in the standard library
2004-01-05 09:06:06 +00:00

7 lines
136 B
R

#include "system.h"
float time;
float (string s) cvar = #45;
void (string var, string val) cvar_set = #72;
string () gametype = #115;