summaryrefslogblamecommitdiff
path: root/src/map/tmw.hpp
blob: 879d1230d3684b92a92c80d922203e9209eb4666 (plain) (tree)
1
2
3
4
5
6
7
8
9

               
 
                  
 
                                                                        
                                     
                                         
                            
 
                 
#ifndef TMW_HPP
#define TMW_HPP

#include "map.hpp"

int tmw_CheckChatSpam(struct map_session_data *sd, const char *message);
__attribute__((format(printf, 1, 2)))
void tmw_GmHackMsg(const char *fmt, ...);
void tmw_TrimStr(char *str);

#endif // TMW_HPP