Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue