winamp/Src/xml/wa5_xml.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_XML : public ifc_wa5component
{
public:
void RegisterServices(api_service *service);
int RegisterServicesSafeModeOk();
void DeregisterServices(api_service *service);
protected:
RECVS_DISPATCH;
};
#endif