diff options
Diffstat (limited to 'src/net/eathena/protocolout.h')
-rw-r--r-- | src/net/eathena/protocolout.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/protocolout.h b/src/net/eathena/protocolout.h index 4202608ac..9216d2447 100644 --- a/src/net/eathena/protocolout.h +++ b/src/net/eathena/protocolout.h @@ -22,7 +22,12 @@ #define NET_EATHENA_PROTOCOLOUT_H #include "net/protocoloutinclude.h" + +namespace EAthena +{ #include "net/eathena/packetsout.inc" +} // namespace Eathena + #undef packet #endif // NET_EATHENA_PROTOCOLOUT_H |