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-expr.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/magic-expr.cpp') diff --git a/src/map/magic-expr.cpp b/src/map/magic-expr.cpp index 2d2eba9..c0551d2 100644 --- a/src/map/magic-expr.cpp +++ b/src/map/magic-expr.cpp @@ -48,6 +48,8 @@ namespace tmwa { +namespace magic +{ template bool CHECK_TYPE(T *v, TYPE t) { @@ -1772,4 +1774,5 @@ dumb_ptr magic_new_expr(EXPR ty) expr->ty = ty; return expr; } +} // namespace magic } // namespace tmwa -- cgit v1.2.3-60-g2f50