summaryrefslogtreecommitdiff
path: root/src/map/storage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/storage.cpp')
-rw-r--r--src/map/storage.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/storage.cpp b/src/map/storage.cpp
index b063250..a6e6a0d 100644
--- a/src/map/storage.cpp
+++ b/src/map/storage.cpp
@@ -36,6 +36,9 @@
#include "../poison.hpp"
+
+namespace tmwa
+{
static
Map<AccountId, Storage> storage_db;
@@ -331,3 +334,4 @@ int storage_storage_saved(AccountId account_id)
}
return 0;
}
+} // namespace tmwa