16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 19:29:19 +02:00
This commit is contained in:
milek7
2019-01-27 20:38:03 +01:00
parent 1f83162804
commit 90f18ea651
17 changed files with 168 additions and 72 deletions

View File

@@ -31,6 +31,7 @@ struct client_hello : public message
virtual void deserialize(std::istream &stream) override;
int32_t version;
uint32_t start_packet;
};
struct server_hello : public message