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
commit56882d2f5ed0aeb21b9e59efc9b4068d63a5fb2b (patch)
treeda4e2e636b2508358d93c4b1b736dc5221eabe25 /src/settings.h
parent8c67992051d74260e45e95c13bd0bb232eb7ce81 (diff)
downloadopenttd-56882d2f5ed0aeb21b9e59efc9b4068d63a5fb2b.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);