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/mmo/extract.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mmo/extract.cpp') 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 -- cgit v1.2.3-70-g09d2