diff options
Diffstat (limited to 'src/map/magic-expr.hpp')
-rw-r--r-- | src/map/magic-expr.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/magic-expr.hpp b/src/map/magic-expr.hpp index c3e994b..4bf43e8 100644 --- a/src/map/magic-expr.hpp +++ b/src/map/magic-expr.hpp @@ -33,6 +33,9 @@ # include "magic-interpreter.t.hpp" + +namespace tmwa +{ /* * Argument types: * i : int @@ -104,5 +107,6 @@ 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 tmwa #endif // TMWA_MAP_MAGIC_EXPR_HPP |