summaryrefslogtreecommitdiff
path: root/console.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-05 15:58:59 +0000
committertron <tron@openttd.org>2005-02-05 15:58:59 +0000
commitf0f85a7ef3dd7502657138bea7575dd54f6f8bdb (patch)
tree3f6b444dbf38fd09dbe9c5e0be19e8b6fa53c8a4 /console.h
parent77b3a76919bc243d16c216ae61b588f6e3be9cb0 (diff)
downloadopenttd-f0f85a7ef3dd7502657138bea7575dd54f6f8bdb.tar.xz
(svn r1803) Move debugging stuff into files of it's own
Diffstat (limited to 'console.h')
-rw-r--r--console.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/console.h b/console.h
index 55c134046..6e9bb8174 100644
--- a/console.h
+++ b/console.h
@@ -104,10 +104,6 @@ VARDEF byte _iconsole_color_debug;
VARDEF byte _iconsole_color_commands;
VARDEF _iconsole_modes _iconsole_mode;
-// ** ttd.c functions ** //
-
-void SetDebugString(const char* s);
-
// ** console functions ** //
void IConsoleInit(void);