mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-06 10:43:24 -05:00
12 lines
211 B
C
12 lines
211 B
C
#ifndef POKEDIAMOND_OS_TICK_H
|
|
#define POKEDIAMOND_OS_TICK_H
|
|
|
|
#include "nitro/OS_tick_shared.h"
|
|
|
|
void OS_InitTick(void);
|
|
u16 OS_IsTickAvailable(void);
|
|
void OSi_CountUpTick(void);
|
|
OSTick OS_GetTick(void);
|
|
|
|
#endif
|