diff options
Diffstat (limited to '')
-rw-r--r-- | include/network/Packet.hpp (renamed from src/network/Packet.hpp) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/network/Packet.hpp b/include/network/Packet.hpp index 3cf4d26..685e3da 100644 --- a/src/network/Packet.hpp +++ b/include/network/Packet.hpp @@ -1,7 +1,8 @@ #pragma once #include <easylogging++.h> -#include "Stream.hpp" + +#include <network/Stream.hpp> enum PacketNameLoginSB { LoginStart = 0x00, |