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/tmw.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/map/tmw.hpp') diff --git a/src/map/tmw.hpp b/src/map/tmw.hpp index 5551504..5f1d215 100644 --- a/src/map/tmw.hpp +++ b/src/map/tmw.hpp @@ -6,8 +6,7 @@ #include "map.hpp" -int tmw_CheckChatSpam(dumb_ptr sd, const char *message); -void tmw_GmHackMsg(const char *line); -void tmw_TrimStr(char *str); +int tmw_CheckChatSpam(dumb_ptr sd, XString message); +void tmw_GmHackMsg(ZString line); #endif // TMW_HPP -- cgit v1.2.3-70-g09d2