winamp/Src/jpeg/w5s.h

15 lines
324 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#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