mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
9 lines
246 B
R
9 lines
246 B
R
|
#include "crudefile.h"
|
||
|
|
||
|
float (string path, string mode) cfopen = #103;
|
||
|
void (float desc) cfclose = #104;
|
||
|
string (float desc) cfread = #105;
|
||
|
float (float desc, string buf) cfwrite = #106;
|
||
|
float (float desc) cfeof = #107;
|
||
|
float () cfquota = #108;
|