Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
15
Src/filereader/WA5_FileReader.h
Normal file
15
Src/filereader/WA5_FileReader.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#ifndef __WASABI_WA5_FILEREADER_H
|
||||
#define __WASABI_WA5_FILEREADER_H
|
||||
|
||||
#include "../Agave/Component/ifc_wa5component.h"
|
||||
|
||||
class WA5_FileReader : public ifc_wa5component
|
||||
{
|
||||
public:
|
||||
void RegisterServices(api_service *service);
|
||||
int RegisterServicesSafeModeOk();
|
||||
void DeregisterServices(api_service *service);
|
||||
protected:
|
||||
RECVS_DISPATCH;
|
||||
};
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue