mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
15 lines
No EOL
321 B
C++
15 lines
No EOL
321 B
C++
#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 |