mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
4bd37e7b64
Doxygen hates the QuakeC-style function prototypes we use, so switch to the C-style prototypes.
8 lines
149 B
C
8 lines
149 B
C
#ifndef __ruamoko_file_h
|
|
#define __ruamoko_file_h
|
|
|
|
#include "qfile.h"
|
|
|
|
@extern QFile File_Open (string path, string mode);
|
|
|
|
#endif//__ruamoko_file_h
|