diff options
author | tron <tron@openttd.org> | 2005-02-05 15:58:59 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-02-05 15:58:59 +0000 |
commit | f0f85a7ef3dd7502657138bea7575dd54f6f8bdb (patch) | |
tree | 3f6b444dbf38fd09dbe9c5e0be19e8b6fa53c8a4 /network_gamelist.c | |
parent | 77b3a76919bc243d16c216ae61b588f6e3be9cb0 (diff) | |
download | openttd-f0f85a7ef3dd7502657138bea7575dd54f6f8bdb.tar.xz |
(svn r1803) Move debugging stuff into files of it's own
Diffstat (limited to 'network_gamelist.c')
-rw-r--r-- | network_gamelist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network_gamelist.c b/network_gamelist.c index b10b0cb64..f135c4851 100644 --- a/network_gamelist.c +++ b/network_gamelist.c @@ -1,4 +1,5 @@ #include "stdafx.h" +#include "debug.h" #include "network_data.h" #ifdef ENABLE_NETWORK |