diff options
Diffstat (limited to 'src/net/eathena/protocolout.h')
-rw-r--r-- | src/net/eathena/protocolout.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocolout.h b/src/net/eathena/protocolout.h index fa8319c92..a6ca11a78 100644 --- a/src/net/eathena/protocolout.h +++ b/src/net/eathena/protocolout.h @@ -28,11 +28,13 @@ namespace EAthena { #include "net/eathena/packetsout.inc" +PACKETSOUT_VOID } // namespace EAthena #undef packet #undef packet2 #undef startCondition #undef endCondition +#undef PACKETSOUT_VOID #endif // NET_EATHENA_PROTOCOLOUT_H |