summaryrefslogtreecommitdiff
path: root/stopspam_mod/branches/0.0.1.6/headers.h
blob: 088f622a186bd468455b70bcadbaf036005f179f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>