Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
15
Src/Plugins/Library/ml_local/api__ml_local.h
Normal file
15
Src/Plugins/Library/ml_local/api__ml_local.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#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);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue