network_data.h
changeset 1026 5b2681cad645
parent 1011 2587838541bf
child 1093 e8d26c7dc42f
equal deleted inserted replaced
1025:882be6e4ad19 1026:5b2681cad645
   158 	PACKET_CLIENT_ERROR,
   158 	PACKET_CLIENT_ERROR,
   159 	PACKET_SERVER_QUIT,
   159 	PACKET_SERVER_QUIT,
   160 	PACKET_SERVER_ERROR_QUIT,
   160 	PACKET_SERVER_ERROR_QUIT,
   161 	PACKET_SERVER_SHUTDOWN,
   161 	PACKET_SERVER_SHUTDOWN,
   162 	PACKET_SERVER_NEWGAME,
   162 	PACKET_SERVER_NEWGAME,
       
   163 	PACKET_SERVER_RCON,
       
   164 	PACKET_CLIENT_RCON,
   163 	PACKET_END // Should ALWAYS be on the end of this list!! (period)
   165 	PACKET_END // Should ALWAYS be on the end of this list!! (period)
   164 } PacketType;
   166 } PacketType;
   165 
   167 
   166 typedef enum {
   168 typedef enum {
   167 	DESTTYPE_BROADCAST,
   169 	DESTTYPE_BROADCAST,