summaryrefslogtreecommitdiff
path: root/src/map/tmw.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/tmw.hpp')
-rw-r--r--src/map/tmw.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/map/tmw.hpp b/src/map/tmw.hpp
index d64f45e..26446b9 100644
--- a/src/map/tmw.hpp
+++ b/src/map/tmw.hpp
@@ -2,8 +2,11 @@
#define TMW_HPP
#include "../common/const_array.hpp"
+#include "../common/dumb_ptr.hpp"
-int tmw_CheckChatSpam(struct map_session_data *sd, const char *message);
+#include "map.hpp"
+
+int tmw_CheckChatSpam(dumb_ptr<map_session_data> sd, const char *message);
void tmw_GmHackMsg(const_string line);
void tmw_TrimStr(char *str);