api__alac.h 273 B

1234567891011
  1. /* copyright 2006 Ben Allison */
  2. #ifndef NULLSOFT_ALAC_API_H
  3. #define NULLSOFT_ALAC_API_H
  4. #include "api/service/api_service.h"
  5. extern api_service *serviceManager;
  6. #define WASABI_API_SVC serviceManager
  7. #include "../Agave/Config/api_config.h"
  8. #endif // !NULLSOFT_ALAC_API_H