blob: a5b198c2b85409f522816e55a029d67fe1d22bcd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef TMW_HPP
#define TMW_HPP
#include "map.hpp"
int tmw_CheckChatSpam(struct map_session_data *sd, const char *message);
void tmw_GmHackMsg(const_string line);
void tmw_TrimStr(char *str);
#endif // TMW_HPP
|