adding gfx and ui stuff
This commit is contained in:
@@ -76,7 +76,7 @@ void startServer(Arena *arena, int32 port) {
|
||||
.socket=nextEvent->tClientMessage.client,
|
||||
.nickname=newNick,
|
||||
};
|
||||
AppendList(&chatClients, newChatClient);
|
||||
ListAppend(chatClients, newChatClient);
|
||||
println("Client from %d calls themselves \"%S\"", newChatClient.socket->address, newChatClient.nickname);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user