mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 21:20:07 +00:00
8 lines
149 B
C
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
|