diff options
Diffstat (limited to 'src/map/script-fun.hpp')
-rw-r--r-- | src/map/script-fun.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 |