diff options
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/protocolout.h | 2 | ||||
-rw-r--r-- | src/net/eathena/updateprotocol.cpp | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/src/net/eathena/updateprotocol.cpp b/src/net/eathena/updateprotocol.cpp index a23ea51bb..2e7dc8cb9 100644 --- a/src/net/eathena/updateprotocol.cpp +++ b/src/net/eathena/updateprotocol.cpp @@ -30,8 +30,6 @@ extern int packetVersion; extern int serverVersion; -PACKETSOUT_VOID -#undef PACKETSOUT_VOID namespace EAthena { |