diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2009-10-13 04:45:36 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2009-10-13 04:45:36 +0300 |
commit | 35fbf19ce0da051b1bf471ac81048440908f0eaa (patch) | |
tree | 1684fe12e9aa833638de737f215b3b290653a929 /stopspam_mod/headers.h | |
parent | 44cf244bab4c4cba771313bf3151a655775c0e0a (diff) |
code sorting, stopspam_mod branch created
Diffstat (limited to 'stopspam_mod/headers.h')
-rw-r--r-- | stopspam_mod/headers.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/stopspam_mod/headers.h b/stopspam_mod/headers.h new file mode 100644 index 0000000..ff7349e --- /dev/null +++ b/stopspam_mod/headers.h @@ -0,0 +1,27 @@ +#include <windows.h>
+#include <stdio.h>
+#include <time.h>
+#include <string>
+#include <sstream>
+//#include <boost/scoped_array.hpp>
+#include <newpluginapi.h>
+#include <m_database.h>
+#include <m_protosvc.h>
+#include <m_options.h>
+#include <m_utils.h>
+#include <m_langpack.h>
+#include <m_clistint.h>
+#include <m_skin.h>
+//#define VARIABLES_NOHELPER
+#include <m_variables.h>
+
+
+#include "globals.h"
+#include "stopspam.h"
+#include "options.h"
+#include "eventhooker.h"
+#include "version.h"
+#include "resource.h"
+#include "utilities.h"
+
+#include <m_dos.h>
\ No newline at end of file |