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

#include <windows.h>

#include <newpluginapi.h>
#include <m_database.h>
#include <m_langpack.h>
#include <m_utils.h>
#include <m_clist.h>
#include <m_skin.h>

#include "version.h"

struct CMPlugin : public PLUGIN<CMPlugin>
{
	CMPlugin() :
		PLUGIN<CMPlugin>(nullptr)
	{}
};