From b3112bd3f6d0887fdf81610327c9edad08a0cfaf Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 10 Jan 2015 17:32:49 -0800 Subject: Use generated config for map --- src/map/map.t.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/map.t.hpp') 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(unwrap(a)); } inline AccountId block_to_account(BlockId b) { return wrap(unwrap(b)); } +} // namespace map } // namespace tmwa -- cgit v1.2.3-60-g2f50