(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

1
sdl.c
View File

@@ -2,6 +2,7 @@
#if defined(WITH_SDL)
#include "ttd.h"
#include "debug.h"
#include "gfx.h"
#include "sound.h"
#include "window.h"