mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-04 20:51:03 -05:00
8 lines
158 B
C
8 lines
158 B
C
|
#pragma once
|
||
|
|
||
|
#include "ServiceManager.h"
|
||
|
#define WASABI2_API_SVC (&service_manager)
|
||
|
|
||
|
#include "SysCallbacks.h"
|
||
|
#define WASABI2_API_SYSCB (&system_callbacks)
|