Initial community commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#ifndef __WASABI_WA5_GRACENOTE_H_
|
||||
#define __WASABI_WA5_GRACENOTE_H_
|
||||
|
||||
#include "../Agave/Component/ifc_wa5component.h"
|
||||
|
||||
class WA5_Gracenote : 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