This commit is contained in:
twinaphex 2018-08-07 06:22:56 +02:00
parent 7fdc516d8d
commit 137a39c705

View File

@ -30,6 +30,8 @@
RETRO_BEGIN_DECLS
#ifndef SKIP_STDIO_REDEFINES
#define FILE RFILE
#undef fopen
@ -60,6 +62,8 @@ RETRO_BEGIN_DECLS
#define ferror rferror
#define feof rfeof
#endif
RFILE* rfopen(const char *path, const char *mode);
int rfclose(RFILE* stream);