diff options
Diffstat (limited to 'src/network/core/packet.h')
-rw-r--r-- | src/network/core/packet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/core/packet.h b/src/network/core/packet.h index 32340263c..6b5442e0e 100644 --- a/src/network/core/packet.h +++ b/src/network/core/packet.h @@ -14,11 +14,11 @@ #ifndef NETWORK_CORE_PACKET_H #define NETWORK_CORE_PACKET_H -#ifdef ENABLE_NETWORK - #include "config.h" #include "core.h" +#ifdef ENABLE_NETWORK + typedef uint16 PacketSize; ///< Size of the whole packet. typedef uint8 PacketType; ///< Identifier for the packet |