aboutsummaryrefslogtreecommitdiff
path: root/source/nds/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/nds/entry.h')
-rw-r--r--source/nds/entry.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/source/nds/entry.h b/source/nds/entry.h
new file mode 100644
index 0000000..a6bd350
--- /dev/null
+++ b/source/nds/entry.h
@@ -0,0 +1,15 @@
+#ifdef __cplusplus
+extern "C" {
+#endif
+ int game_load_state(char* file);
+ int game_save_state(char* file);
+ void S9xAutoSaveSRAM ();
+
+ void game_restart(void);
+
+ int load_gamepak(char* file);
+#ifdef __cplusplus
+}
+#endif
+
+const char *S9xGetFilename (const char *ex);