- #ifndef NULLSOFT_XSPF_XSPFLOADER_H
- #define NULLSOFT_XSPF_XSPFLOADER_H
- #include "../playlist/ifc_playlistloader.h"
- class XSPFLoader : public ifc_playlistloader
- {
- public:
- int Load(const wchar_t *filename, ifc_playlistloadercallback *playlist);
- protected:
- RECVS_DISPATCH;
- };
- #endif
|