summaryrefslogtreecommitdiff
path: root/src/mmo/extract.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mmo/extract.cpp')
-rw-r--r--src/mmo/extract.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mmo/extract.cpp b/src/mmo/extract.cpp
index deb3a64..2f8b644 100644
--- a/src/mmo/extract.cpp
+++ b/src/mmo/extract.cpp
@@ -28,6 +28,9 @@
#include "../poison.hpp"
+
+namespace tmwa
+{
bool extract(XString str, XString *rv)
{
*rv = str;
@@ -85,3 +88,4 @@ bool extract(XString str, CharName *out)
}
return false;
}
+} // namespace tmwa