diff options
author | sss <sss@63852ff1-2cfd-40b9-8011-e561a9d89b1c> | 2009-04-04 11:13:52 +0000 |
---|---|---|
committer | sss <sss@63852ff1-2cfd-40b9-8011-e561a9d89b1c> | 2009-04-04 11:13:52 +0000 |
commit | 6fe89c25874a40e9383dfaccb14f360971fe694b (patch) | |
tree | 91afdeea9fdac8903513b1cbf52cb86189fdf7e3 /stopspam_mod/branches/0.0.1.6/headers.h | |
parent | 1d2aaa9958c1dc1514cb9795c668e15846ea0cc5 (diff) |
git-svn-id: http://172.18.13.13/svn/mim_plugs@17 63852ff1-2cfd-40b9-8011-e561a9d89b1c
Diffstat (limited to 'stopspam_mod/branches/0.0.1.6/headers.h')
-rw-r--r-- | stopspam_mod/branches/0.0.1.6/headers.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/stopspam_mod/branches/0.0.1.6/headers.h b/stopspam_mod/branches/0.0.1.6/headers.h new file mode 100644 index 0000000..088f622 --- /dev/null +++ b/stopspam_mod/branches/0.0.1.6/headers.h @@ -0,0 +1,23 @@ +#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 "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 |