Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
14
Src/Plugins/SDK/plLoadEx/SimpleLoader.h
Normal file
14
Src/Plugins/SDK/plLoadEx/SimpleLoader.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
#ifndef NULLSOFT_PLLOADEX_SIMPLELOADER_H
|
||||
#define NULLSOFT_PLLOADEX_SIMPLELOADER_H
|
||||
|
||||
#include "../playlist/ifc_playlistloader.h"
|
||||
|
||||
class SimpleLoader : public ifc_playlistloader
|
||||
{
|
||||
public:
|
||||
int Load(const wchar_t *filename, ifc_playlistloadercallback *playlist);
|
||||
protected:
|
||||
RECVS_DISPATCH; // all Wasabi objects implementing a Dispatchable interface require this
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue