diff options
Diffstat (limited to '')
-rw-r--r-- | src/Network.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Network.hpp b/src/Network.hpp index f28f808..5d7fc38 100644 --- a/src/Network.hpp +++ b/src/Network.hpp @@ -1,10 +1,9 @@ #pragma once #include <memory> -#include "Socket.hpp" #include "Packet.hpp" -enum ConnectionState { +enum ConnectionState : unsigned char { Handshaking, Login, Play, |