From 9ae166e78fb751186de8986f042fb02d112d51f6 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Wed, 1 Nov 2023 20:06:23 +0100 Subject: disconnect and reconnect working --- include/game.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/game.h') diff --git a/include/game.h b/include/game.h index 03fbf11..869d64c 100644 --- a/include/game.h +++ b/include/game.h @@ -18,13 +18,6 @@ typedef enum t_game_state { GAMESTATE_PLAYING, } game_state; -typedef enum t_network_state { - CONNECTING, - WAITING_FOR_ID, - CONNECTED, - DISCONNECTED, -} network_state; - typedef struct t_game { game_state state; network_state network_state; -- cgit v1.2.3-70-g09d2