summaryrefslogtreecommitdiffstats
path: root/src/Network.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network.hpp')
-rw-r--r--src/Network.hpp3
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,