winamp/Src/Plugins/Library/ml_hotmixradio/main.h

24 lines
706 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#ifndef NULLSOFT_HOTMIXRADIO_MAIN_H
#define NULLSOFT_HOTMIXRADIO_MAIN_H
2024-09-29 02:04:03 +00:00
#include <arch.h>
2024-09-24 12:54:57 +00:00
#include "../Plugins/General/gen_ml/ml.h"
#include "../nu/MediaLibraryInterface.h"
#include "resource.h"
2024-09-29 02:04:03 +00:00
#include <archx.h>
2024-09-24 12:54:57 +00:00
#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