From 9d7fd8b37f97265f37cc12026e535e953942a1ab Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 23 Jul 2014 18:37:53 -0700 Subject: Move magic to its own namespace --- src/map/magic.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/magic.cpp') 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 caster, XString source_invocation) return 0; /* Not a spell */ } +} // namespace magic } // namespace tmwa -- cgit v1.2.3-70-g09d2