summaryrefslogtreecommitdiff
path: root/src/map/map.t.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.t.hpp')
-rw-r--r--src/map/map.t.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/map.t.hpp b/src/map/map.t.hpp
index e8a62bc..267c049 100644
--- a/src/map/map.t.hpp
+++ b/src/map/map.t.hpp
@@ -34,6 +34,8 @@
namespace tmwa
{
+namespace map
+{
enum class BL : uint8_t
{
NUL,
@@ -195,4 +197,5 @@ inline
BlockId account_to_block(AccountId a) { return wrap<BlockId>(unwrap<AccountId>(a)); }
inline
AccountId block_to_account(BlockId b) { return wrap<AccountId>(unwrap<BlockId>(b)); }
+} // namespace map
} // namespace tmwa