blob: 4bd45b41f602f60a10a6a4ba83e4f1a74d61b386 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
#ifndef NULLSOFT_HOTMIXRADIO_MAIN_H
#define NULLSOFT_HOTMIXRADIO_MAIN_H
#include <windows.h>
#include "../Plugins/General/gen_ml/ml.h"
#include "../nu/MediaLibraryInterface.h"
#include "resource.h"
#include <windowsx.h>
#include "resource.h"
#include "../winamp/wa_ipc.h"
#include "../Plugins/General/gen_ml/ml.h"
#include "../Plugins/General/gen_ml/config.h"
#include "api__ml_hotmixradio.h"
#define HOTMIXRADIO_BASE_URL L"https://hotmixradio.com/?mtm_source=winamp_desktop_player"
extern winampMediaLibraryPlugin plugin;
INT_PTR hotmixradio_pluginMessageProc( int message_type, INT_PTR param1, INT_PTR param2, INT_PTR param3 );
extern int hotmixradio_treeItem;
#endif // !NULLSOFT_HOTMIXRADIO_MAIN_H
|