mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-14 08:50:58 +00:00
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;
|