From 0533718792de26406c56257e4aea7f28d898a132 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 21 Sep 2015 23:43:31 +0300 Subject: Define out packet variables in one place and in all files use only externs. --- src/net/eathena/protocolout.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/eathena/protocolout.h') 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 -- cgit v1.2.3-70-g09d2