(svn r15079) -Codechange: split tcp 'backend' and in-game handling like it is for UDP.

This commit is contained in:
rubidium
2009-01-14 12:50:13 +00:00
parent 9724a986c8
commit 850a2735cc
9 changed files with 217 additions and 149 deletions

View File

@@ -14,7 +14,7 @@
#include "core/core.h"
#include "core/config.h"
#include "core/packet.h"
#include "core/tcp.h"
#include "core/tcp_game.h"
#include "../command_type.h"