Add game name to handshake and formalise handshake format
This commit is contained in:
parent
61c012370d
commit
1785ce2fc0
5 changed files with 25 additions and 20 deletions
|
@ -15,6 +15,8 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define TTRTS_HANDSHAKE_FORMAT "player %u name %s"
|
||||
|
||||
// Struct for net client info
|
||||
struct ClientInfo
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue