summaryrefslogtreecommitdiff
path: root/src/map/magic-expr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic-expr.hpp')
-rw-r--r--src/map/magic-expr.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/magic-expr.hpp b/src/map/magic-expr.hpp
index e582a66..4c1efe2 100644
--- a/src/map/magic-expr.hpp
+++ b/src/map/magic-expr.hpp
@@ -35,6 +35,8 @@
namespace tmwa
{
+namespace magic
+{
/*
* Argument types:
* i : int
@@ -106,4 +108,5 @@ int magic_signature_check(ZString opname, ZString funname, ZString signature,
void magic_area_rect(map_local **m, int *x, int *y, int *width, int *height,
area_t& area);
+} // namespace magic
} // namespace tmwa