From 3b98f3439e33b15bba2036c402f9925340fdb2b9 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 29 Jun 2013 23:23:43 -0700 Subject: Poison std::string and use the various string classes --- src/map/map.t.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/map/map.t.hpp') diff --git a/src/map/map.t.hpp b/src/map/map.t.hpp index d7b86ec..19f80c3 100644 --- a/src/map/map.t.hpp +++ b/src/map/map.t.hpp @@ -555,4 +555,9 @@ ENUM_BITWISE_OPERATORS(MapCell) } using e::MapCell; +struct MobName : VString<23> {}; +struct NpcName : VString<23> {}; +struct ScriptLabel : VString<23> {}; +struct ItemName : VString<23> {}; + #endif // MAP_T_HPP -- cgit v1.2.3-60-g2f50