summaryrefslogtreecommitdiff
path: root/src/map/tmw.hpp
blob: e90143d376d9d3dcb37d7f74c78122019510ec43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef TMW_HPP
#define TMW_HPP

# include "../strings/fwd.hpp"

# include "../common/const_array.hpp"
# include "../common/dumb_ptr.hpp"

# include "map.hpp"

int tmw_CheckChatSpam(dumb_ptr<map_session_data> sd, XString message);
void tmw_GmHackMsg(ZString line);

#endif // TMW_HPP