From 9d7fd8b37f97265f37cc12026e535e953942a1ab Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 23 Jul 2014 18:37:53 -0700 Subject: Move magic to its own namespace --- src/map/magic-interpreter-base.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/magic-interpreter-base.cpp') diff --git a/src/map/magic-interpreter-base.cpp b/src/map/magic-interpreter-base.cpp index e628719..cc09ed9 100644 --- a/src/map/magic-interpreter-base.cpp +++ b/src/map/magic-interpreter-base.cpp @@ -39,6 +39,8 @@ namespace tmwa { +namespace magic +{ static void set_int_p(val_t *v, int i, TYPE t) { @@ -559,4 +561,5 @@ int spell_unbind(dumb_ptr subject, dumb_ptr invoca return 1; } +} // namespace magic } // namespace tmwa -- cgit v1.2.3-70-g09d2