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;