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
2004-01-07 00:04:07 +00: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;