aboutsummaryrefslogtreecommitdiff
path: root/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'core.h')
-rw-r--r--core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core.h b/core.h
index bc855d4..a267b6e 100644
--- a/core.h
+++ b/core.h
@@ -65,6 +65,7 @@ int core_open(const char *corefile);
void core_load(void);
int core_load_content(struct content *content);
void core_apply_cheats(struct cheats *cheats);
+void core_run_frame(void);
void core_unload_content(void);
const char **core_extensions(void);
void core_unload(void);