winamp/Src/Plugins/Library/ml_pmp/pluginloader.h

14 lines
313 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#ifndef __PLUGINLOADER_H_
#define __PLUGINLOADER_H_
#include <windows.h>
#include "..\..\General\gen_ml/ml.h"
#include "pmp.h"
#include "..\..\General\gen_ml/itemlist.h"
BOOL testForDevPlugins();
BOOL loadDevPlugins(int *count);
void unloadDevPlugins();
int wmDeviceChange(WPARAM wParam, LPARAM lParam);
#endif