From 43e4d3322100bf057938c19d6f521d53c6216d3e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 1 Sep 2015 14:21:29 +0300 Subject: Split packets definition files to in and out packets. --- src/net/eathena/protocol.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/net/eathena/protocol.h') diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index b1e59d443..3ed59bb86 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -25,6 +25,9 @@ #include "net/protocoldefine.h" -#include "net/eathena/packets.inc" +#include "net/eathena/packetsin.inc" +#include "net/eathena/packetsout.inc" + +#undef packet #endif // NET_EATHENA_PROTOCOL_H -- cgit v1.2.3-70-g09d2