summaryrefslogtreecommitdiff
path: root/plugins/AsSingleWindow/src/stdafx.h
blob: 8b24b19292952af661852998771fa3dd896127fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#pragma once

#define WIN32_LEAN_AND_MEAN

#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <CommCtrl.h>
#include <list>
#include <algorithm>

#include "newpluginapi.h"
#include "m_system.h"
#include "m_langpack.h"
#include "m_database.h"
#include "m_message.h"
#include "m_clist.h"
#include "m_clistint.h"
//#include "m_clui.h"
#include "m_options.h"
//#include "m_plugins.h"