blob: efb3cc1e4691445086904df1066d15c4ff62a736 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|