blob: 26b605671af38caedb8669a6d66e1b37ff539e6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#pragma once
#include <windows.h>
#include <newpluginapi.h>
#include <m_langpack.h>
#include <m_genmenu.h>
#include <m_clist.h>
#include <m_utils.h>
#include <win2k.h>
#include "resource.h"
#include "version.h"
|