summaryrefslogtreecommitdiff
path: root/src/map/magic-stmt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic-stmt.hpp')
-rw-r--r--src/map/magic-stmt.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/magic-stmt.hpp b/src/map/magic-stmt.hpp
index 729562e..28af140 100644
--- a/src/map/magic-stmt.hpp
+++ b/src/map/magic-stmt.hpp
@@ -32,6 +32,8 @@
namespace tmwa
{
+namespace magic
+{
struct op_t
{
ZString name;
@@ -88,4 +90,5 @@ void magic_stop_completely(dumb_ptr<map_session_data> c);
int spell_attack(BlockId caster, BlockId target);
void spell_free_invocation(dumb_ptr<invocation> invocation);
+} // namespace magic
} // namespace tmwa