mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
cdc1f0c5e7
Now that qfcc actually supports them properly.
12 lines
416 B
R
12 lines
416 B
R
#include <server.h>
|
|
|
|
void (string s) precache_sound = #19;
|
|
void (string s) precache_model = #20;
|
|
void (entity client, string s) stuffcmd = #21;
|
|
void (string s) localcmd = #46;
|
|
void (string s) changelevel = #70;
|
|
string (string s) precache_file = #68;
|
|
string (string s) precache_model2 = #75;
|
|
string (string s) precache_sound2 = #76;
|
|
string (string s) precache_file2 = #77;
|
|
float () checkextension = #0x000f0000 + 99;
|