wa5_xml.h 321 B

123456789101112131415
  1. #ifndef __WASABI_WA5_XML_H
  2. #define __WASABI_WA5_XML_H
  3. #include "../Agave/Component/ifc_wa5component.h"
  4. class WA5_XML : public ifc_wa5component
  5. {
  6. public:
  7. void RegisterServices(api_service *service);
  8. int RegisterServicesSafeModeOk();
  9. void DeregisterServices(api_service *service);
  10. protected:
  11. RECVS_DISPATCH;
  12. };
  13. #endif