mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 05:45:45 -04:00
Initial community commit
This commit is contained in:
14
Src/Plugins/Library/ml_pmp/pluginloader.h
Normal file
14
Src/Plugins/Library/ml_pmp/pluginloader.h
Normal file
@ -0,0 +1,14 @@
|
||||
#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
|
Reference in New Issue
Block a user