summaryrefslogtreecommitdiff
path: root/src/map/script-startup.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script-startup.hpp')
-rw-r--r--src/map/script-startup.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map/script-startup.hpp b/src/map/script-startup.hpp
index 3894676..1691c94 100644
--- a/src/map/script-startup.hpp
+++ b/src/map/script-startup.hpp
@@ -24,10 +24,11 @@
namespace tmwa
{
+namespace map
+{
void do_init_script(void);
void do_final_script(void);
-extern AString mapreg_txt;
-
bool read_constdb(ZString filename);
+} // namespace map
} // namespace tmwa