From 86395f53634b3ef1ce76a7f1e5edfdb61f8ffd80 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 25 Oct 2014 15:24:26 -0700 Subject: Fix header ranking --- src/map/map.t.hpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/map/map.t.hpp') diff --git a/src/map/map.t.hpp b/src/map/map.t.hpp index b475f9b..e8a62bc 100644 --- a/src/map/map.t.hpp +++ b/src/map/map.t.hpp @@ -29,7 +29,7 @@ #include "../generic/enum.hpp" #include "../mmo/ids.hpp" -#include "../mmo/mmo.hpp" +#include "../high/mmo.hpp" namespace tmwa @@ -191,11 +191,6 @@ ENUM_BITWISE_OPERATORS(MapCell) } using e::MapCell; -struct MobName : VString<23> {}; -struct NpcName : VString<23> {}; -struct ScriptLabel : VString<23> {}; -struct ItemName : VString<23> {}; - inline BlockId account_to_block(AccountId a) { return wrap(unwrap(a)); } inline -- cgit v1.2.3-60-g2f50