aboutsummaryrefslogtreecommitdiff
path: root/Src/bmp/wa5_bmp.h
blob: 75a0ee1907646b4ce4c28e42c057f318b58bb560 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __WASABI_WA5_BMP_H
#define __WASABI_WA5_BMP_H

#include "../Agave/Component/ifc_wa5component.h"

class WA5_BMP : public ifc_wa5component
{
public:
	void RegisterServices(api_service *service);
	int RegisterServicesSafeModeOk();
	void DeregisterServices(api_service *service);
protected:
	RECVS_DISPATCH;
};
#endif