summaryrefslogtreecommitdiff
path: root/src/net/tmwa/protocolout.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-21 23:43:31 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-21 23:44:58 +0300
commit0533718792de26406c56257e4aea7f28d898a132 (patch)
tree653a1244848224708d1383fd3187e15bac55be0d /src/net/tmwa/protocolout.h
parente3b02f3d1977ef6eb18d91474e113cba1d3de710 (diff)
downloadplus-0533718792de26406c56257e4aea7f28d898a132.tar.gz
plus-0533718792de26406c56257e4aea7f28d898a132.tar.bz2
plus-0533718792de26406c56257e4aea7f28d898a132.tar.xz
plus-0533718792de26406c56257e4aea7f28d898a132.zip
Define out packet variables in one place and in all files use only externs.
Diffstat (limited to 'src/net/tmwa/protocolout.h')
-rw-r--r--src/net/tmwa/protocolout.h5
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