mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 12:45:45 -04:00
Initial community commit
This commit is contained in:
8
Src/burnlib/api.h
Normal file
8
Src/burnlib/api.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef __WASABI_API_H
|
||||
#define __WASABI_API_H
|
||||
|
||||
#include <api/service/api_service.h>
|
||||
extern api_service *serviceManager;
|
||||
#define WASABI_API_SVC serviceManager
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user