From 41974ae5265fbc23a06f276f9e008d5dad020e0b Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 30 Aug 2012 16:16:25 -0700 Subject: Rename files for C++ conversion. Does not compile. After updating, you can remove these files, as shown in 'git status': Untracked files: (use "git add ..." to include in what will be committed) src/map/magic-interpreter-lexer.c src/map/magic-interpreter-parser.c src/map/magic-interpreter-parser.h --- src/map/tmw.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/map/tmw.hpp (limited to 'src/map/tmw.hpp') diff --git a/src/map/tmw.hpp b/src/map/tmw.hpp new file mode 100644 index 0000000..5b20a6c --- /dev/null +++ b/src/map/tmw.hpp @@ -0,0 +1,14 @@ +// +#ifndef TMW_HPP +#define TMW_HPP + +#include "map.hpp" + +int tmw_CheckChatSpam (struct map_session_data *sd, char *message); +int tmw_ShorterStrlen (char *s1, char *s2); +int tmw_CheckChatLameness (struct map_session_data *sd, char *message); +void tmw_GmHackMsg (const char *fmt, ...); +void tmw_AutoBan (struct map_session_data *sd, char *reason, int length); +void tmw_TrimStr (char *str); + +#endif /* TMW_H_ */ -- cgit v1.2.3-70-g09d2