summaryrefslogtreecommitdiff
path: root/src/map/magic-interpreter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic-interpreter.hpp')
-rw-r--r--src/map/magic-interpreter.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/magic-interpreter.hpp b/src/map/magic-interpreter.hpp
index d8a8d9c..9b6025c 100644
--- a/src/map/magic-interpreter.hpp
+++ b/src/map/magic-interpreter.hpp
@@ -42,6 +42,9 @@
# include "script.hpp"
# include "skill.t.hpp"
+
+namespace tmwa
+{
struct location_t
{
map_local *m;
@@ -424,5 +427,6 @@ struct proc_t
, body()
{}
};
+} // namespace tmwa
#endif // TMWA_MAP_MAGIC_INTERPRETER_HPP