Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
19
Src/Plugins/Input/in_wmvdrm/WPLLoader.h
Normal file
19
Src/Plugins/Input/in_wmvdrm/WPLLoader.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
#ifndef NULLSOFT_PLAYLIST_WPL_LOADER_H
|
||||
#define NULLSOFT_PLAYLIST_WPL_LOADER_H
|
||||
|
||||
#include "../playlist/ifc_playlistloader.h"
|
||||
#include "../playlist/ifc_playlistloadercallback.h"
|
||||
#include <stdio.h>
|
||||
class WPLLoader : public ifc_playlistloader
|
||||
{
|
||||
public:
|
||||
int Load(const wchar_t *filename, ifc_playlistloadercallback *playlist);
|
||||
|
||||
public:
|
||||
WPLLoader();
|
||||
virtual ~WPLLoader(void);
|
||||
|
||||
protected:
|
||||
RECVS_DISPATCH;
|
||||
};
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue