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 67cf4e2..1c39d87 100644
--- a/core.h
+++ b/core.h
@@ -50,6 +50,7 @@ int state_write(void);
unsigned disc_get_count(void);
unsigned disc_get_index(void);
bool disc_switch_index(unsigned index);
+bool disc_replace_index(unsigned index, const char *content_path);
int core_load(const char *corefile);
int core_load_content(const char *path);