mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 03:55:46 -04:00
Initial community commit
This commit is contained in:
15
Src/jpeg/w5s.h
Normal file
15
Src/jpeg/w5s.h
Normal file
@ -0,0 +1,15 @@
|
||||
#ifndef __WASABI_WA5_JPEG_H
|
||||
#define __WASABI_WA5_JPEG_H
|
||||
|
||||
#include "../Agave/Component/ifc_wa5component.h"
|
||||
|
||||
class WA5_JPEG : 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