mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
13 lines
318 B
C
13 lines
318 B
C
|
#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
|