summaryrefslogtreecommitdiff
path: root/src/settings_func.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-04-07 20:09:53 +0000
committeralberth <alberth@openttd.org>2010-04-07 20:09:53 +0000
commit1e48b2332e0540588f00a2ce227666fea840bb76 (patch)
tree570b929b4805af135e2d90f1a35796bf9c66ebbb /src/settings_func.h
parentf1da8d7281b25d1f9da952eed8d2f4660a43a815 (diff)
downloadopenttd-1e48b2332e0540588f00a2ce227666fea840bb76.tar.xz
(svn r19576) -Codechange: Unduplicating parse_intlist().
Diffstat (limited to 'src/settings_func.h')
-rw-r--r--src/settings_func.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings_func.h b/src/settings_func.h
index 65fca20f8..d42a6cc9e 100644
--- a/src/settings_func.h
+++ b/src/settings_func.h
@@ -20,6 +20,8 @@ void IConsoleSetSetting(const char *name, int32 value);
void IConsoleGetSetting(const char *name, bool force_newgame = false);
void IConsoleListSettings(const char *prefilter);
+int parse_intlist(const char *p, int *items, int maxitems);
+
void LoadFromConfig();
void SaveToConfig();
void CheckConfig();