diff options
Diffstat (limited to 'src/map/itemdb.cpp')
-rw-r--r-- | src/map/itemdb.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/itemdb.cpp b/src/map/itemdb.cpp index 67b6d21..edc9982 100644 --- a/src/map/itemdb.cpp +++ b/src/map/itemdb.cpp @@ -36,6 +36,9 @@ #include "../poison.hpp" + +namespace tmwa +{ static Map<ItemNameId, struct item_data> item_db; @@ -261,3 +264,4 @@ void do_final_itemdb(void) itemdb_final(&pair.second); item_db.clear(); } +} // namespace tmwa |