(svn r1803) Move debugging stuff into files of it's own

This commit is contained in:
tron
2005-02-05 15:58:59 +00:00
parent 77b3a76919
commit f0f85a7ef3
43 changed files with 154 additions and 97 deletions

View File

@@ -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);