aboutsummaryrefslogtreecommitdiff
path: root/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'core.h')
-rw-r--r--core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core.h b/core.h
index a267b6e..8049aa7 100644
--- a/core.h
+++ b/core.h
@@ -64,6 +64,8 @@ void core_extract_name(const char* core_file, char *buf, size_t len);
int core_open(const char *corefile);
void core_load(void);
int core_load_content(struct content *content);
+void core_load_last_opened(char *buf, size_t len);
+void core_save_last_opened(struct content *content);
void core_apply_cheats(struct cheats *cheats);
void core_run_frame(void);
void core_unload_content(void);