summaryrefslogtreecommitdiff
path: root/src/settings_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-30 09:23:05 +0000
committerrubidium <rubidium@openttd.org>2008-05-30 09:23:05 +0000
commit8cc39500ba81766bc8d289fb2b7b031cd9af3283 (patch)
tree8631fa4ab5c959d1b2f8ee1baa0c3f7e39db4a9f /src/settings_func.h
parentfe9ce6eac4f2d65a8adeea6164415d40f6f76772 (diff)
downloadopenttd-8cc39500ba81766bc8d289fb2b7b031cd9af3283.tar.xz
(svn r13341) -Codechange: make most of the network settings configurable via the patch command.
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();