api__ml_history.h 519 B

123456789101112131415161718
  1. #ifndef NULLSOFT_ML_HISTORY_API_H
  2. #define NULLSOFT_ML_HISTORY_API_H
  3. #include <api/application/api_application.h>
  4. extern api_application *applicationApi;
  5. #define WASABI_API_APP applicationApi
  6. #include "../Winamp/JSAPI2_api_security.h"
  7. extern JSAPI2::api_security *jsapi2_security;
  8. #define AGAVE_API_JSAPI2_SECURITY jsapi2_security
  9. #include <api/service/waServiceFactory.h>
  10. #include "../Agave/Language/api_language.h"
  11. #include "../Agave/ExplorerFindFile/api_explorerfindfile.h"
  12. #endif // !NULLSOFT_ML_HISTORY_API_H