mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
6 lines
145 B
R
6 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;
|