diff options
Diffstat (limited to 'src/map/tmw.hpp')
-rw-r--r-- | src/map/tmw.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/tmw.hpp b/src/map/tmw.hpp index dae6e69..610c80c 100644 --- a/src/map/tmw.hpp +++ b/src/map/tmw.hpp @@ -26,7 +26,11 @@ # include "../generic/fwd.hpp" + +namespace tmwa +{ int tmw_CheckChatSpam(dumb_ptr<map_session_data> sd, XString message); void tmw_GmHackMsg(ZString line); +} // namespace tmwa #endif // TMWA_MAP_TMW_HPP |