mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-05 22:01:56 -05:00
7 lines
126 B
C
7 lines
126 B
C
|
#pragma once
|
||
|
|
||
|
#include <api/service/api_service.h>
|
||
|
|
||
|
extern api_service *serviceManager;
|
||
|
#define WASABI_API_SVC serviceManager
|