summaryrefslogtreecommitdiff
path: root/src/map/magic.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic.hpp')
-rw-r--r--src/map/magic.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/magic.hpp b/src/map/magic.hpp
index e06e913..a420872 100644
--- a/src/map/magic.hpp
+++ b/src/map/magic.hpp
@@ -31,6 +31,8 @@
namespace tmwa
{
+namespace magic
+{
/**
* Try to cast magic.
*
@@ -43,4 +45,5 @@ namespace tmwa
* message should not be repeated.
*/
int magic_message(dumb_ptr<map_session_data> caster, XString source_invocation);
+} // namespace magic
} // namespace tmwa