blob: 03ce9e5ec0922aa4a4bc86f0ccbf44184adfe156 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#define _CRT_SECURE_NO_WARNINGS
#include <windows.h>
#include <newpluginapi.h>
#include <m_langpack.h>
#include <m_database.h>
#include <m_clist.h>
#include <m_skin.h>
#include "Version.h"
|