summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2007-04-05 12:59:57 +0000
committerpeter1138 <peter1138@openttd.org>2007-04-05 12:59:57 +0000
commit39f92d1f21386dd2f87e26785bbdb348c9775eef (patch)
treeda4e2e636b2508358d93c4b1b736dc5221eabe25 /src/settings.h
parent614dd12f21adbd656dfacc12b3fcf94bbabf045e (diff)
downloadopenttd-39f92d1f21386dd2f87e26785bbdb348c9775eef.tar.xz
(svn r9565) -Feature: Add list_patches console command. This shows all patches along with their current values. Based on patch by madman2003/GrimRC.
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 726b72483..7d00a44a6 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -86,6 +86,7 @@ extern Patches _patches_newgame;
bool IConsoleSetPatchSetting(const char *name, int32 value);
void IConsoleGetPatchSetting(const char *name);
+void IConsoleListPatches();
const SettingDesc *GetPatchFromName(const char *name, uint *i);
bool SetPatchValue(uint index, const Patches *object, int32 value);