diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-01 22:39:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-01 22:39:44 +0300 |
commit | 83915bb5c10c8b694e633b8e3089603d3281b8a0 (patch) | |
tree | cd5f26cb0f2feca3baa5a1dc0910379ef487795e /src/net/eathena/protocol.h | |
parent | 910d7bb8267d38c2ca68f963d2239f23f0abc83f (diff) | |
download | plus-83915bb5c10c8b694e633b8e3089603d3281b8a0.tar.gz plus-83915bb5c10c8b694e633b8e3089603d3281b8a0.tar.bz2 plus-83915bb5c10c8b694e633b8e3089603d3281b8a0.tar.xz plus-83915bb5c10c8b694e633b8e3089603d3281b8a0.zip |
Add packet sizes to packetin.inc. But for now size unused.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 7 |
1 files changed, 4 insertions, 3 deletions
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 |