aboutsummaryrefslogtreecommitdiff
path: root/Src/xml/wa5_xml.h
blob: f2e2b00f9e76e31a77487fb47d730fe43ea3f675 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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