summaryrefslogtreecommitdiff
path: root/src/mmo/strs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mmo/strs.hpp')
-rw-r--r--src/mmo/strs.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mmo/strs.hpp b/src/mmo/strs.hpp
index ad2a1b5..16e524a 100644
--- a/src/mmo/strs.hpp
+++ b/src/mmo/strs.hpp
@@ -25,6 +25,9 @@
# include "../strings/vstring.hpp"
+
+namespace tmwa
+{
// affects CharName
# define NAME_IGNORING_CASE 1
@@ -121,5 +124,6 @@ CharName stringish<CharName>(VString<23> iv)
{
return CharName(iv);
}
+} // namespace tmwa
#endif // TMWA_MMO_STRS_HPP