mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 18:45:45 -04:00
Initial community commit
This commit is contained in:
15
Src/filereader/WA5_FileReader.h
Normal file
15
Src/filereader/WA5_FileReader.h
Normal file
@ -0,0 +1,15 @@
|
||||
#ifndef __WASABI_WA5_FILEREADER_H
|
||||
#define __WASABI_WA5_FILEREADER_H
|
||||
|
||||
#include "../Agave/Component/ifc_wa5component.h"
|
||||
|
||||
class WA5_FileReader : public ifc_wa5component
|
||||
{
|
||||
public:
|
||||
void RegisterServices(api_service *service);
|
||||
int RegisterServicesSafeModeOk();
|
||||
void DeregisterServices(api_service *service);
|
||||
protected:
|
||||
RECVS_DISPATCH;
|
||||
};
|
||||
#endif
|
Reference in New Issue
Block a user