implemented Login and Register requests
This commit is contained in:
@@ -23,6 +23,7 @@ typedef struct ServerConnection {
|
||||
EncryptedSocketTCP sock;
|
||||
str server_name;
|
||||
str server_description;
|
||||
u64 user_id;
|
||||
} ServerConnection;
|
||||
|
||||
/// @param server_addr_cstr
|
||||
|
||||
Reference in New Issue
Block a user