0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-02 15:22:11 +00:00
quakeforge/ruamoko/lib/crudefile.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

8 lines
324 B
R

#include <crudefile.h>
float (string path, string mode) cfopen = #0x000f0000 + 103;
void (float desc) cfclose = #0x000f0000 + 104;
string (float desc) cfread = #0x000f0000 + 105;
float (float desc, string buf) cfwrite = #0x000f0000 + 106;
float (float desc) cfeof = #0x000f0000 + 107;
float () cfquota = #0x000f0000 + 108;