mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-11-24 08:00:10 +01:00
14 lines
346 B
C
14 lines
346 B
C
#ifndef NULLSOFT_APIH
|
|
#define NULLSOFT_APIH
|
|
#include <api/service/api_service.h>
|
|
|
|
extern api_service *serviceManager;
|
|
#define WASABI_API_SVC serviceManager
|
|
|
|
#include <api/application/api_application.h>
|
|
#define WASABI_API_APP applicationApi
|
|
|
|
#include "../Agave/Config/api_config.h"
|
|
extern api_config *config;
|
|
#define AGAVE_API_CONFIG config
|
|
#endif |