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-fun.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/script-fun.hpp') diff --git a/src/map/script-fun.hpp b/src/map/script-fun.hpp index e9f64f9..81d68fe 100644 --- a/src/map/script-fun.hpp +++ b/src/map/script-fun.hpp @@ -26,6 +26,8 @@ namespace tmwa { +namespace map +{ struct BuiltinFunction { void (*func)(ScriptState *); @@ -35,4 +37,5 @@ struct BuiltinFunction }; extern BuiltinFunction builtin_functions[]; +} // namespace map } // namespace tmwa -- cgit v1.2.3-70-g09d2