File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/network/core/udp.h
Show inline comments
 
@@ -18,8 +18,6 @@
 
#include "game.h"
 
#include "packet.h"
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
/** Enum with all types of UDP packets. The order MUST not be changed **/
 
enum PacketUDPType {
 
	PACKET_UDP_CLIENT_FIND_SERVER,   ///< Queries a game server for game information
 
@@ -246,6 +244,4 @@ public:
 
	void ReceiveNetworkGameInfo(Packet *p, NetworkGameInfo *info);
 
};
 

	
 
#endif /* ENABLE_NETWORK */
 

	
 
#endif /* NETWORK_CORE_UDP_H */