winamp/Src/Plugins/Library/ml_pmp/pluginloader.h
2024-09-29 02:04:03 +00:00

14 lines
No EOL
310 B
C

#ifndef __PLUGINLOADER_H_
#define __PLUGINLOADER_H_
#include <arch.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