mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 19:15:45 -04:00
Initial community commit
This commit is contained in:
16
Src/Plugins/Output/out_wave/api.h
Normal file
16
Src/Plugins/Output/out_wave/api.h
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef NULLSOFT_API_H
|
||||
#define NULLSOFT_API_H
|
||||
|
||||
#include <api/service/api_service.h>
|
||||
extern api_service *serviceManager;
|
||||
#define WASABI_API_SVC serviceManager
|
||||
|
||||
#include <api/service/waServiceFactory.h>
|
||||
|
||||
#include "../Agave/Language/api_language.h"
|
||||
|
||||
#include <api/application/api_application.h>
|
||||
extern api_application *applicationApi;
|
||||
#define WASABI_API_APP applicationApi
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user