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.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/magic.hpp b/src/map/magic.hpp
index e54661b..4df204f 100644
--- a/src/map/magic.hpp
+++ b/src/map/magic.hpp
@@ -29,6 +29,9 @@
# include "map.t.hpp"
# include "skill.t.hpp"
+
+namespace tmwa
+{
/**
* Try to cast magic.
*
@@ -41,5 +44,6 @@
* message should not be repeated.
*/
int magic_message(dumb_ptr<map_session_data> caster, XString source_invocation);
+} // namespace tmwa
#endif // TMWA_MAP_MAGIC_HPP