Archived
1
0
This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
winamp/Src/png/wa5_png.h

15 lines
321 B
C
Raw Permalink Normal View History

2024-09-24 12:54:57 +00:00
#ifndef __WASABI_WA5_XML_H
#define __WASABI_WA5_XML_H
#include "../Agave/Component/ifc_wa5component.h"
class WA5_PNG : public ifc_wa5component
{
public:
void RegisterServices(api_service *service);
int RegisterServicesSafeModeOk();
void DeregisterServices(api_service *service);
protected:
RECVS_DISPATCH;
};
#endif