summaryrefslogtreecommitdiff
path: root/headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'headers.h')
-rw-r--r--headers.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/headers.h b/headers.h
new file mode 100644
index 0000000..8295bc4
--- /dev/null
+++ b/headers.h
@@ -0,0 +1,30 @@
+#include <windows.h>
+#include <stdio.h>
+#include <commctrl.h>
+#include <malloc.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>
+#include <m_button.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>