(svn r11840) -Codechange: split network.h so not everything in there needs to be included when wanting to know whether we are a server.

This commit is contained in:
rubidium
2008-01-13 21:51:53 +00:00
parent 3ca95f2a85
commit 392d59f6a9
8 changed files with 232 additions and 208 deletions

View File

@@ -8,6 +8,7 @@
#include "../debug.h"
#include "../gfx_func.h"
#include "../network/network.h"
#include "../network/network_internal.h"
#include "../console.h"
#include "../variables.h"
#include "../genworld.h"