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

               
 
                                    
 
                                                                        
                                      
                            
 
                 
#ifndef TMW_HPP
#define TMW_HPP

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

int tmw_CheckChatSpam(struct map_session_data *sd, const char *message);
void tmw_GmHackMsg(const_string line);
void tmw_TrimStr(char *str);

#endif // TMW_HPP