wa5_alac.h 364 B

123456789101112131415161718
  1. /* copyright 2006 Ben Allison */
  2. #ifndef __WASABI_WA5_ALAC_H
  3. #define __WASABI_WA5_ALAC_H
  4. #include "../Agave/Component/ifc_wa5component.h"
  5. class WA5_ALAC : public ifc_wa5component
  6. {
  7. public:
  8. void RegisterServices( api_service *service );
  9. int RegisterServicesSafeModeOk();
  10. void DeregisterServices( api_service *service );
  11. protected:
  12. RECVS_DISPATCH;
  13. };
  14. #endif