0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-02-25 21:21:14 +00:00
quakeforge/ruamoko/include/file.h

8 lines
149 B
C

#ifndef __ruamoko_file_h
#define __ruamoko_file_h
#include "qfile.h"
@extern QFile (string path, string mode) File_Open;
#endif//__ruamoko_file_h