(svn r8459) -Codechange: move (Send|Recv)GRFIdentifier to NetworkSocketHandler, so it can also be used the TCP socket handler.
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
#include "core.h"
|
||||
#include "game.h"
|
||||
#include "packet.h"
|
||||
#include "../../newgrf_config.h"
|
||||
#include "../../debug.h"
|
||||
|
||||
/**
|
||||
@@ -131,10 +130,7 @@ public:
|
||||
void SendPacket(Packet *p, const struct sockaddr_in *recv);
|
||||
void ReceivePackets();
|
||||
|
||||
void Send_GRFIdentifier(Packet *p, const GRFIdentifier *grf);
|
||||
void Send_NetworkGameInfo(Packet *p, const NetworkGameInfo *info);
|
||||
|
||||
void Recv_GRFIdentifier(Packet *p, GRFIdentifier *grf);
|
||||
void Recv_NetworkGameInfo(Packet *p, NetworkGameInfo *info);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user