aboutsummaryrefslogtreecommitdiff
path: root/Src/gif/wa5_gif.h
blob: 209f259d03753f5002144d2d2cf9a6d55e5952d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __WASABI_WA5_GIF_H
#define __WASABI_WA5_GIF_H

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

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