summaryrefslogtreecommitdiff
path: root/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'settings.h')
-rw-r--r--settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.h b/settings.h
index e4bf27601..2d7f0bf8f 100644
--- a/settings.h
+++ b/settings.h
@@ -42,4 +42,7 @@ typedef struct SettingDesc {
const void *b;
} SettingDesc;
+void IConsoleSetPatchSetting(const char *name, const char *value);
+void IConsoleGetPatchSetting(const char *name);
+
#endif /* SETTINGS_H */