Split up the serial code, but had to gut it in the process
Since the contents of the packets are different than before, I decided to gut the serialization code. I'll reimplement the internals soon.
This commit is contained in:
@@ -38,9 +38,10 @@ struct SerialPacketBase {
|
||||
IPaddress srcAddress;
|
||||
|
||||
typedef SerialPacketType Type;
|
||||
|
||||
virtual ~SerialPacketBase();
|
||||
};
|
||||
|
||||
typedef SerialPacketBase* SerialPacket;
|
||||
typedef SerialPacketType PacketType;
|
||||
typedef SerialPacketBase SerialPacket;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user