diff options
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 |