summaryrefslogtreecommitdiff
path: root/src/proto2/fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto2/fwd.hpp')
-rw-r--r--src/proto2/fwd.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proto2/fwd.hpp b/src/proto2/fwd.hpp
index d41b7fe..82d917d 100644
--- a/src/proto2/fwd.hpp
+++ b/src/proto2/fwd.hpp
@@ -23,6 +23,8 @@
# include <cstdint>
+namespace tmwa
+{
template<uint16_t PACKET_ID> class Packet_Fixed;
template<uint16_t PACKET_ID> class NetPacket_Fixed;
template<uint16_t PACKET_ID> class Packet_Payload;
@@ -1719,5 +1721,6 @@ template<>
struct NetPacket_Payload<0x8000>;
+} // namespace tmwa
#endif // TMWA_PROTO2_FWD_HPP