2024-09-24 12:54:57 +00:00
|
|
|
#ifndef NULLSOFT_FANZONE_MAIN_H
|
|
|
|
#define NULLSOFT_FANZONE_MAIN_H
|
|
|
|
|
2024-09-29 02:04:03 +00:00
|
|
|
#include <arch.h>
|
2024-09-24 12:54:57 +00:00
|
|
|
#include <strsafe.h>
|
|
|
|
#include <iostream>
|
|
|
|
|
|
|
|
#include "api__ml_fanzone.h"
|
|
|
|
#include "resource.h"
|
2024-09-29 02:04:03 +00:00
|
|
|
#include <archx.h>
|
2024-09-24 12:54:57 +00:00
|
|
|
#include "../Plugins/General/gen_ml/ml.h"
|
|
|
|
#include "../nu/MediaLibraryInterface.h"
|
|
|
|
|
|
|
|
#include "../winamp/wa_ipc.h"
|
|
|
|
#include "../Plugins/General/gen_ml/ml.h"
|
|
|
|
#include "../Plugins/General/gen_ml/config.h"
|
|
|
|
|
|
|
|
static HWND m_hwnd;
|
|
|
|
|
|
|
|
extern winampMediaLibraryPlugin plugin;
|
|
|
|
INT_PTR fanzone_pluginMessageProc( int message_type, INT_PTR param1, INT_PTR param2, INT_PTR param3 );
|
|
|
|
extern int fanzone_treeItem;
|
|
|
|
|
|
|
|
#endif // !NULLSOFT_FANZONE_MAIN_H
|