summaryrefslogtreecommitdiff
path: root/src/map/script-call.t.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script-call.t.hpp')
-rw-r--r--src/map/script-call.t.hpp3
1 files changed, 3 insertions, 0 deletions
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