diff options
author | Gluzskiy Alexandr <sss123next@gmail.com> | 2010-02-15 05:49:53 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@gmail.com> | 2010-02-15 05:49:53 +0300 |
commit | a5f8c514a5d7da4cd7049d2439182f51d7c1c195 (patch) | |
tree | 5d61bd603f94277e30e88e8cb13dbb917087436a /headers.h | |
parent | 0e3db0eb1dfe2cb30a14f0198fb5aa22f00a4b26 (diff) |
sort
Diffstat (limited to 'headers.h')
-rw-r--r-- | headers.h | 30 |
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>
|