random warning fixes
[fceu.git] / file.h
diff --git a/file.h b/file.h
index fcce1ab..0230c57 100644 (file)
--- a/file.h
+++ b/file.h
@@ -6,9 +6,13 @@ int FASTAPASS(3) FCEU_fseek(int stream, long offset, int whence);
 long FASTAPASS(1) FCEU_ftell(int stream);
 void FASTAPASS(1) FCEU_rewind(int stream);
 int FASTAPASS(2) FCEU_read32(void *Bufo, int fp);
+#define FCEU_read32le FCEU_read32 // HACK
 int FASTAPASS(1) FCEU_fgetc(int stream);
 long FASTAPASS(1) FCEU_fgetsize(int stream);
 int FASTAPASS(1) FCEU_fisarchive(int stream);
 
+void ApplyIPS(FILE *ips, int destf);
+int FASTAPASS(1) FCEU_fopen_forcemem(char *path);
+
 #define FCEUD_UTF8fopen fopen