Fully Working Game

This commit is contained in:
2026-04-26 18:39:43 -04:00
parent ab35c9216e
commit 5c2bb282ce
9 changed files with 334 additions and 119 deletions

View File

@@ -23,6 +23,8 @@ Server StartServer(int port);
*/
void RemoveClient(Server* s, int index);
void KillServer();
typedef struct {
int client_fd;
struct sockaddr_in address;