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.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/magic-stmt.hpp b/src/map/magic-stmt.hpp
index 745b9b5..3050350 100644
--- a/src/map/magic-stmt.hpp
+++ b/src/map/magic-stmt.hpp
@@ -30,6 +30,9 @@
# include "skill.t.hpp"
+
+namespace tmwa
+{
struct op_t
{
ZString name;
@@ -86,5 +89,6 @@ 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 tmwa
#endif // TMWA_MAP_MAGIC_STMT_HPP