mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
a12fa85506
stringh: I'm not really that keen on those interfaces and I'ld like to see them go away) and create libcsqc for most of it (key goes into gui)
5 lines
145 B
R
5 lines
145 B
R
#include "file.h"
|
|
|
|
file_t (string path, string mode) File_Open = #0;
|
|
void (file_t file) File_Close = #0;
|
|
string (file_t file) File_GetLine = #0;
|