summaryrefslogtreecommitdiff
path: root/src/map/magic-interpreter-base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic-interpreter-base.hpp')
-rw-r--r--src/map/magic-interpreter-base.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/magic-interpreter-base.hpp b/src/map/magic-interpreter-base.hpp
index 57dde85..8c05df0 100644
--- a/src/map/magic-interpreter-base.hpp
+++ b/src/map/magic-interpreter-base.hpp
@@ -30,6 +30,8 @@
namespace tmwa
{
+namespace magic
+{
extern magic_conf_t magic_conf; /* Global magic conf */
extern env_t magic_default_env; /* Fake default environment */
@@ -84,4 +86,5 @@ dumb_ptr<invocation> spell_clone_effect(dumb_ptr<invocation> source);
dumb_ptr<spell_t> magic_find_spell(XString invocation);
void spell_update_location(dumb_ptr<invocation> invocation);
+} // namespace magic
} // namespace tmwa