Began bringing the client into line with the server's changes

Several parts of the client already built correctly.

Updated LobbyMenu, it not builds.
This commit is contained in:
Kayne Ruse
2014-06-10 02:42:07 +10:00
parent a07e7418a6
commit ee79231de0
7 changed files with 72 additions and 51 deletions
@@ -38,8 +38,6 @@ struct SerialPacketBase {
SerialPacketType type;
IPaddress srcAddress;
typedef SerialPacketType Type;
virtual ~SerialPacketBase() {};
};