aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/Library/ml_nowplaying/main.h
blob: 2141525e65ca70985dec9110d33901228ebfed33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef NULLSOFT_NOWPLAYING_PLUGIN_MAIN_HEADER
#define NULLSOFT_NOWPLAYING_PLUGIN_MAIN_HEADER

#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif

#include <wtypes.h>
#include "../gen_ml/ml.h"
#include "./common.h"

#define PLUGIN_VERSION_MAJOR		4
#define PLUGIN_VERSION_MINOR		1

HINSTANCE Plugin_GetInstance(void);
HWND Plugin_GetWinamp(void);
HWND Plugin_GetLibrary(void);

#include "../ml_online/config.h"
extern C_Config *g_config;

#endif //NULLSOFT_NOWPLAYING_PLUGIN_MAIN_HEADER