summaryrefslogtreecommitdiff
path: root/src/map/magic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic.cpp')
-rw-r--r--src/map/magic.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/magic.cpp b/src/map/magic.cpp
index b899a5e..bc46f86 100644
--- a/src/map/magic.cpp
+++ b/src/map/magic.cpp
@@ -40,6 +40,8 @@
namespace tmwa
{
+namespace magic
+{
#undef DEBUG
/// Return a pair of strings, {spellname, parameter}
@@ -127,4 +129,5 @@ int magic_message(dumb_ptr<map_session_data> caster, XString source_invocation)
return 0; /* Not a spell */
}
+} // namespace magic
} // namespace tmwa