src/settings_func.h
branchnoai
changeset 10829 8a0ec0f0f928
parent 10776 07203fc29812
--- a/src/settings_func.h	Mon Jun 02 01:46:03 2008 +0000
+++ b/src/settings_func.h	Wed Jun 04 22:34:45 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();