(svn r8316) -Codechange: move the GRF ID and MD5 checksum from GRFConfig to GRFIdentifier so it can be reused.
This commit is contained in:
@@ -129,10 +129,10 @@ public:
|
||||
void SendPacket(Packet *p, const struct sockaddr_in *recv);
|
||||
void ReceivePackets();
|
||||
|
||||
void Send_GRFIdentifier(Packet *p, const GRFConfig *c);
|
||||
void Send_GRFIdentifier(Packet *p, const GRFIdentifier *grf);
|
||||
void Send_NetworkGameInfo(Packet *p, const NetworkGameInfo *info);
|
||||
|
||||
void Recv_GRFIdentifier(Packet *p, GRFConfig *c);
|
||||
void Recv_GRFIdentifier(Packet *p, GRFIdentifier *grf);
|
||||
void Recv_NetworkGameInfo(Packet *p, NetworkGameInfo *info);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user