api__ml_wire.h 765 B

123456789101112131415161718192021222324252627
  1. #ifndef NULLSOFT_ML_WIRE_API_H
  2. #define NULLSOFT_ML_WIRE_API_H
  3. #include "../Winamp/JSAPI2_api_security.h"
  4. extern JSAPI2::api_security *jsapi2_security;
  5. #define AGAVE_API_JSAPI2_SECURITY jsapi2_security
  6. #include "../Agave/Language/api_language.h"
  7. #include <api/application/api_application.h>
  8. #define WASABI_API_APP applicationApi
  9. #include "../omBrowser/obj_ombrowser.h"
  10. extern obj_ombrowser *browserManager;
  11. #define OMBROWSERMNGR browserManager
  12. #include "../Winamp/api_stats.h"
  13. extern api_stats *statsApi;
  14. #define AGAVE_API_STATS statsApi
  15. #include "../nu/threadpool/api_threadpool.h"
  16. extern api_threadpool *threadPoolApi;
  17. #define WASABI_API_THREADPOOL threadPoolApi
  18. #include "../Agave/ExplorerFindFile/api_explorerfindfile.h"
  19. #endif // !NULLSOFT_ML_WIRE_API_H