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