pokeplatinum/lib/include/nitro/os/timer.h
luckytyphlosion 486ec0e42f Add in NitroSDK headers.
From pokeheartgold.
2022-12-22 17:15:56 -05:00

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