winamp/Src/Plugins/Library/ml_local/api__ml_local.h

16 lines
849 B
C
Raw Permalink Normal View History

2024-09-24 12:54:57 +00:00
#pragma once
#include "../Agave/Agave.h"
DECLARE_EXTERNAL_SERVICE(api_application, WASABI_API_APP);
DECLARE_EXTERNAL_SERVICE(api_explorerfindfile, WASABI_API_EXPLORERFINDFILE);
DECLARE_EXTERNAL_SERVICE(api_language, WASABI_API_LNG);
DECLARE_EXTERNAL_SERVICE(api_syscb, WASABI_API_SYSCB);
DECLARE_EXTERNAL_SERVICE(api_memmgr, WASABI_API_MEMMGR);
DECLARE_EXTERNAL_SERVICE(api_albumart, AGAVE_API_ALBUMART);
DECLARE_EXTERNAL_SERVICE(api_metadata, AGAVE_API_METADATA);
DECLARE_EXTERNAL_SERVICE(api_playlistmanager, AGAVE_API_PLAYLISTMANAGER);
DECLARE_EXTERNAL_SERVICE(api_itunes_importer, AGAVE_API_ITUNES_IMPORTER);
DECLARE_EXTERNAL_SERVICE(api_playlist_generator, AGAVE_API_PLAYLIST_GENERATOR);
DECLARE_EXTERNAL_SERVICE(api_threadpool, WASABI_API_THREADPOOL);