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

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

# include "../generic/const_array.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