summaryrefslogtreecommitdiff
path: root/src/mmo/fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mmo/fwd.hpp')
-rw-r--r--src/mmo/fwd.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mmo/fwd.hpp b/src/mmo/fwd.hpp
index 7bf766e..379b370 100644
--- a/src/mmo/fwd.hpp
+++ b/src/mmo/fwd.hpp
@@ -21,6 +21,9 @@
# include "../sanity.hpp"
+
+namespace tmwa
+{
// meh, add more when I feel like it
class MapName;
class CharName;
@@ -63,5 +66,6 @@ class PartyMember;
# endif
class PartyMost;
class PartyPair;
+} // namespace tmwa
#endif // TMWA_MMO_FWD_HPP