From b3112bd3f6d0887fdf81610327c9edad08a0cfaf Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 10 Jan 2015 17:32:49 -0800 Subject: Use generated config for map --- src/map/script-call.t.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/script-call.t.hpp') diff --git a/src/map/script-call.t.hpp b/src/map/script-call.t.hpp index 04a6a80..5ef7de6 100644 --- a/src/map/script-call.t.hpp +++ b/src/map/script-call.t.hpp @@ -27,6 +27,8 @@ namespace tmwa { +namespace map +{ struct argrec_t { ZString name; @@ -42,4 +44,5 @@ struct argrec_t argrec_t(ZString n, int i) : name(n), v(i) {} argrec_t(ZString n, ZString z) : name(n), v(z) {} }; +} // namespace map } // namespace tmwa -- cgit v1.2.3-70-g09d2