mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
17
Src/timer/api.h
Normal file
17
Src/timer/api.h
Normal file
@ -0,0 +1,17 @@
|
||||
#ifndef NULLSOFT_API_TIMER_H
|
||||
#define NULLSOFT_API_TIMER_H
|
||||
|
||||
#include <api/config/api_config.h>
|
||||
#define WASABI_API_CONFIG configApi
|
||||
|
||||
#include <api/syscb/api_syscb.h>
|
||||
#define WASABI_API_SYSCB sysCallbackApi
|
||||
|
||||
#include <api/script/api_maki.h>
|
||||
#define WASABI_API_MAKI makiApi
|
||||
|
||||
#include "timerapi.h"
|
||||
extern TimerApi *timer_svc;
|
||||
#define WASABI_API_TIMER timer_svc
|
||||
|
||||
#endif // !NULLSOFT_API_TIMER_H
|
Reference in New Issue
Block a user