emu_tcp_connection.cpp & .h include header cleanup and forward declare

This commit is contained in:
Akkadius
2014-12-15 20:21:54 -06:00
parent 41f6349804
commit 677c6b5750
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -26,6 +26,7 @@
struct SPackSendQueue;
class EmuTCPServer;
class ServerPacket;
class EmuTCPConnection : public TCPConnection {
public: