src/settings_func.h
changeset 10790 9f507561b6a5
parent 10727 90bd6932d6ff
--- a/src/settings_func.h	Thu May 29 23:33:37 2008 +0000
+++ b/src/settings_func.h	Fri May 30 09:23:05 2008 +0000
@@ -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();