2002-08-15 21:00:51 +00:00
|
|
|
#ifndef __ruamoko_system_h
|
|
|
|
#define __ruamoko_system_h
|
2002-08-15 06:56:37 +00:00
|
|
|
|
2002-08-16 21:54:21 +00:00
|
|
|
@extern float time;
|
|
|
|
|
2002-08-15 06:56:37 +00:00
|
|
|
@extern void (string s) precache_sound;
|
|
|
|
@extern void (string s) precache_model;
|
|
|
|
@extern void (entity client, string s) stuffcmd;
|
|
|
|
@extern float (string s) cvar;
|
|
|
|
@extern void (string s) localcmd;
|
|
|
|
@extern void (string s) changelevel;
|
|
|
|
@extern void (string var, string val) cvar_set;
|
|
|
|
@extern string (string s) precache_file;
|
|
|
|
@extern string (string s) precache_model2;
|
|
|
|
@extern string (string s) precache_sound2;
|
|
|
|
@extern string (string s) precache_file2;
|
|
|
|
@extern float () checkextension;
|
|
|
|
@extern string () gametype;
|
|
|
|
|
2002-08-15 21:00:51 +00:00
|
|
|
#endif//__ruamoko_system_h
|