diff options
Diffstat (limited to 'src/net/tmwa/protocolout.h')
-rw-r--r-- | src/net/tmwa/protocolout.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/tmwa/protocolout.h b/src/net/tmwa/protocolout.h index 7d5a4342b..4de75a35c 100644 --- a/src/net/tmwa/protocolout.h +++ b/src/net/tmwa/protocolout.h @@ -22,7 +22,12 @@ #define NET_TMWA_PROTOCOLOUT_H #include "net/protocoloutinclude.h" + +namespace TmwAthena +{ #include "net/tmwa/packetsout.inc" +} // namespace TmwAthena + #undef packet #endif // NET_TMWA_PROTOCOLOUT_H |