summaryrefslogtreecommitdiffstats
path: root/Src/gracenote/api.h
blob: 9ca1b77083b905461f7dd657be1c241cd09b45c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef NULLSOFT_GRACENOTE_API_H
#define NULLSOFT_GRACENOTE_API_H

#include <api/application/api_application.h>
#define WASABI_API_APP applicationApi

#include "../Agave/Config/api_config.h"
extern api_config *agaveConfigApi;
#define AGAVE_API_CONFIG agaveConfigApi

#include "../Agave/Language/api_language.h"

#endif