aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/SDK/ml_xmlex/main.h
blob: d0b8b4356f038c0ec8058c8408a83af7e2ffe7db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _XMLEX_MAIN_H_
#define _XMLEX_MAIN_H_
#include <windows.h>
#include <windowsx.h>
#include "../nu/MediaLibraryInterface.h"
#include "..\..\General\gen_ml\ml.h"
#include "..\..\General\gen_ml\config.h"

extern winampMediaLibraryPlugin plugin;
INT_PTR xmlex_pluginMessageProc(int message_type, INT_PTR param1, INT_PTR param2, INT_PTR param3);
extern UINT_PTR xmlex_treeItem;

#endif