From 83915bb5c10c8b694e633b8e3089603d3281b8a0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 1 Sep 2015 22:39:44 +0300 Subject: Add packet sizes to packetin.inc. But for now size unused. --- src/net/eathena/protocol.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/net/eathena/protocol.h') diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 3ed59bb86..ddf3f08fd 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -23,11 +23,12 @@ #ifndef NET_EATHENA_PROTOCOL_H #define NET_EATHENA_PROTOCOL_H -#include "net/protocoldefine.h" - +#include "net/protocolindefine.h" #include "net/eathena/packetsin.inc" -#include "net/eathena/packetsout.inc" +#undef packet +#include "net/protocoloutdefine.h" +#include "net/eathena/packetsout.inc" #undef packet #endif // NET_EATHENA_PROTOCOL_H -- cgit v1.2.3-70-g09d2