quakeforge/ruamoko/lib/infokey.r
Bill Currie cdc1f0c5e7 [libr] Treat ruamoko headers as system headers
Now that qfcc actually supports them properly.
2020-03-03 15:24:41 +09:00

4 lines
143 B
R

#include <infokey.h>
string (entity e, string key) infokey = #80;
void (entity ent, string key, string value) setinfokey = #0x000f0000 + 102;