diff options
Diffstat (limited to 'src/map/tmw.h')
-rw-r--r-- | src/map/tmw.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/map/tmw.h b/src/map/tmw.h deleted file mode 100644 index 5141159..0000000 --- a/src/map/tmw.h +++ /dev/null @@ -1,14 +0,0 @@ -// -#ifndef _TMW_H_ -#define _TMW_H_ - -#include "map.h" - -int tmw_CheckChatSpam (struct map_session_data *sd, char *message); -int tmw_ShorterStrlen (char *s1, char *s2); -int tmw_CheckChatLameness (struct map_session_data *sd, char *message); -void tmw_GmHackMsg (const char *fmt, ...); -void tmw_AutoBan (struct map_session_data *sd, char *reason, int length); -void tmw_TrimStr (char *str); - -#endif /* _TMW_H_ */ |