File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/network/core/tcp_game.h
Show inline comments
 
@@ -19,8 +19,6 @@
 
#include "../network_type.h"
 
#include "../../core/pool_type.hpp"
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
/**
 
 * Enum with all types of TCP packets.
 
 * For the exact meaning, look at #NetworkGameSocketHandler.
 
@@ -558,6 +556,4 @@ public:
 
	void SendCommand(Packet *p, const CommandPacket *cp);
 
};
 

	
 
#endif /* ENABLE_NETWORK */
 

	
 
#endif /* NETWORK_CORE_TCP_GAME_H */