mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
8 lines
246 B
R
8 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;
|