blob: db718dfc0a91a0819fb515cb99308b4d7ce922d1 (
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
|
#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>
|