summaryrefslogtreecommitdiff
path: root/src/settings_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_func.h')
-rw-r--r--src/settings_func.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings_func.h b/src/settings_func.h
index 644cae25f..71eaf4884 100644
--- a/src/settings_func.h
+++ b/src/settings_func.h
@@ -5,7 +5,8 @@
#ifndef SETTINGS_FUNC_H
#define SETTINGS_FUNC_H
-bool IConsoleSetPatchSetting(const char *name, int32 value);
+void IConsoleSetPatchSetting(const char *name, const char *value);
+void IConsoleSetPatchSetting(const char *name, int32 value);
void IConsoleGetPatchSetting(const char *name);
void IConsoleListPatches();