mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 05:14:21 -05:00
10 lines
187 B
C
10 lines
187 B
C
#ifndef NITRO_OS_TIMER_H
|
|
#define NITRO_OS_TIMER_H
|
|
|
|
#include <nitro/os/common/timer_shared.h>
|
|
#include <nitro/types.h>
|
|
|
|
void OSi_SetTimerReserved(s32 timerNum);
|
|
|
|
#endif //NITRO_OS_TIMER_H
|