aboutsummaryrefslogtreecommitdiff
path: root/Src/jpeg/w5s.h
blob: f3bd7f4a96db74bbacceed613b168f6637289eae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __WASABI_WA5_JPEG_H
#define __WASABI_WA5_JPEG_H

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

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