blob: 341ac9537d71e68da97fa9b88cff6a799695c239 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#define _CRT_SECURE_NO_WARNINGS
#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"
|