summaryrefslogtreecommitdiff
path: root/src/console_internal.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-10-27 20:52:43 +0000
committerrubidium <rubidium@openttd.org>2010-10-27 20:52:43 +0000
commitc311f18ba40f0cbe749f2881caf9998f76e5c006 (patch)
tree9e0463149368c6d0180a91c7129da8a1a64ab670 /src/console_internal.h
parent6e9bafa54a501705e8cec2a34bd7f8a05a003477 (diff)
downloadopenttd-c311f18ba40f0cbe749f2881caf9998f76e5c006.tar.xz
(svn r21050) -Fix (r20515): ignore underscores as well for help messages
Diffstat (limited to 'src/console_internal.h')
-rw-r--r--src/console_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console_internal.h b/src/console_internal.h
index b4d70fa2e..6fe2a4e1d 100644
--- a/src/console_internal.h
+++ b/src/console_internal.h
@@ -83,5 +83,6 @@ bool GetArgumentInteger(uint32 *value, const char *arg);
void IConsoleGUIInit();
void IConsoleGUIFree();
void IConsoleGUIPrint(ConsoleColour colour_code, char *string);
+char *RemoveUnderscores(char *name);
#endif /* CONSOLE_INTERNAL_H */