summaryrefslogtreecommitdiff
path: root/headers.h
blob: d7a814cfe11c43fc0e8d134f1cae76516eb7e3d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#include <windows.h>
#include <stdio.h>
#include <commctrl.h>
#include <malloc.h>
#include <time.h>
#include <string>
#include <sstream>
#include<fstream>

//#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>
#include <m_contacts.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>