summaryrefslogtreecommitdiffstats
path: root/Src/albumart/api__albumart.h
blob: 6c3d595094cf0b3a6d12eab1f939d9da870601c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once
#include <api/service/api_service.h>
extern api_service *serviceManager;
#define WASABI_API_SVC serviceManager

#include <api/memmgr/api_memmgr.h>
extern api_memmgr *memmgrApi;
#define WASABI_API_MEMMGR memmgrApi

#include "../Agave/Metadata/api_metadata.h"
extern api_metadata *metadataApi;
#define AGAVE_API_METADATA metadataApi

#include <api/syscb/api_syscb.h>
#define WASABI_API_SYSCB sysCallbackApi