quakeforge/ruamoko/include/server.h
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

15 lines
485 B
C

#ifndef __ruamoko_server_h
#define __ruamoko_server_h
@extern void (string s) precache_sound;
@extern void (string s) precache_model;
@extern void (entity client, string s) stuffcmd;
@extern void (string s) localcmd;
@extern void (string s) changelevel;
@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;
#endif//__ruamoko_server_h