Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
21
Src/xspf/api__xspf.h
Normal file
21
Src/xspf/api__xspf.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
#ifndef NULLSOFT_XSPF_API_H
|
||||
#define NULLSOFT_XSPF_API_H
|
||||
|
||||
// Service Manager
|
||||
#include "api/service/api_service.h"
|
||||
|
||||
// Media Library API
|
||||
#include "../Plugins/Library/ml_local/api_mldb.h"
|
||||
extern api_mldb *mldbApi;
|
||||
#define AGAVE_API_MLDB mldbApi
|
||||
|
||||
#include "../Agave/Language/api_language.h"
|
||||
|
||||
#include "../tagz/api_tagz.h"
|
||||
extern api_tagz *tagzApi;
|
||||
#define AGAVE_API_TAGZ tagzApi
|
||||
|
||||
#include <api/application/api_application.h>
|
||||
#define WASABI_API_APP applicationApi
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue