From 794c162c9e92cbcdad73cb82f545876a47afae92 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 12 May 2014 16:04:46 -0700 Subject: Implement proto v2 --- src/map/map.t.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map/map.t.hpp') diff --git a/src/map/map.t.hpp b/src/map/map.t.hpp index 10aeb75..e40befa 100644 --- a/src/map/map.t.hpp +++ b/src/map/map.t.hpp @@ -590,7 +590,6 @@ struct NpcName : VString<23> {}; struct ScriptLabel : VString<23> {}; struct ItemName : VString<23> {}; -class BlockId : public Wrapped { public: BlockId() : Wrapped() {} protected: constexpr explicit BlockId(uint32_t a) : Wrapped(a) {} }; inline BlockId account_to_block(AccountId a) { return wrap(unwrap(a)); } inline -- cgit v1.2.3-60-g2f50