blob: 65eb28a63716a8e1af0b15652b2b5680737ffce1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef TMWA_MAP_TMW_HPP
#define TMWA_MAP_TMW_HPP
# include "../strings/fwd.hpp"
# include "../mmo/dumb_ptr.hpp"
# include "map.hpp"
int tmw_CheckChatSpam(dumb_ptr<map_session_data> sd, XString message);
void tmw_GmHackMsg(ZString line);
#endif // TMWA_MAP_TMW_HPP
|