summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/game.h')
-rw-r--r--include/game.h7
1 files changed, 0 insertions, 7 deletions
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;