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 cdbd40f..3b04fe3 100644
--- a/src/map/magic-stmt.hpp
+++ b/src/map/magic-stmt.hpp
@@ -28,6 +28,8 @@
namespace tmwa
{
+namespace map
+{
namespace magic
{
struct op_t
@@ -87,4 +89,5 @@ int spell_attack(BlockId caster, BlockId target);
void spell_free_invocation(dumb_ptr<invocation> invocation);
} // namespace magic
+} // namespace map
} // namespace tmwa