Master blaster fix
[fceu.git] / state.h
diff --git a/state.h b/state.h
index 61939fd..71163f7 100644 (file)
--- a/state.h
+++ b/state.h
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#include <stdio.h>
+
 void SaveState(void);
 void LoadState(void);
+int FCEUSS_LoadFP(FILE *st, int make_backup);
 
 extern uint8 StateName[2048];
 extern uint8 StateFile[2048];