From 2f4fc005937e75d931eb6ef87a3fe16364d45113 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 26 Jun 2014 21:59:27 -0700 Subject: Stick everything in a namespace --- src/net/fwd.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/net/fwd.hpp') diff --git a/src/net/fwd.hpp b/src/net/fwd.hpp index 109aeed..2438ccf 100644 --- a/src/net/fwd.hpp +++ b/src/net/fwd.hpp @@ -21,6 +21,9 @@ # include "../sanity.hpp" + +namespace tmwa +{ class Session; class IP4Address; @@ -28,5 +31,6 @@ class IP4Address; class TimerData; enum class RecvResult; +} // namespace tmwa #endif // TMWA_NET_FWD_HPP -- cgit v1.2.3-70-g09d2