2002-08-16 20:15:10 +00:00
|
|
|
#ifndef __ruamoko_file_h
|
|
|
|
#define __ruamoko_file_h
|
|
|
|
|
2003-02-14 18:17:17 +00:00
|
|
|
#include "qfile.h"
|
2002-08-16 20:15:10 +00:00
|
|
|
|
2010-12-01 23:04:18 +00:00
|
|
|
@extern QFile File_Open (string path, string mode);
|
2002-08-16 20:15:10 +00:00
|
|
|
|
|
|
|
#endif//__ruamoko_file_h
|