mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-18 10:41:40 +00:00
6 lines
193 B
R
6 lines
193 B
R
#include "file.h"
|
|
|
|
//FIXME need a proper file struct, string sucks
|
|
string (string path, string mode) File_Open = #0;
|
|
void (string file) File_Close = #0;
|
|
string (string file) File_GetLine = #0;
|