summaryrefslogtreecommitdiff
path: root/src/mmo/mmo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mmo/mmo.hpp')
-rw-r--r--src/mmo/mmo.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mmo/mmo.hpp b/src/mmo/mmo.hpp
index d749daa..8e92ecb 100644
--- a/src/mmo/mmo.hpp
+++ b/src/mmo/mmo.hpp
@@ -27,6 +27,9 @@
# include "../proto2/types.hpp"
+
+namespace tmwa
+{
inline
bool operator == (const SkillValue& l, const SkillValue& r)
{
@@ -64,5 +67,6 @@ struct PartyPair
bool operator !() const { return !party_most; }
PartyMost *operator->() const { return party_most; }
};
+} // namespace tmwa
#endif // TMWA_MMO_MMO_HPP