mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
6f1dd54e99
cleaned up: most of the stuff in it should /not/ be in the standard library
7 lines
136 B
R
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;
|