mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 11:14:05 -05:00
10 lines
213 B
C
10 lines
213 B
C
#ifndef POKEDIAMOND_ARM9_OS_TIMER_H
|
|
#define POKEDIAMOND_ARM9_OS_TIMER_H
|
|
|
|
#include "nitro/OS_timer_shared.h"
|
|
#include "nitro/types.h"
|
|
|
|
void OSi_SetTimerReserved(s32 timerNum);
|
|
|
|
#endif //POKEDIAMOND_ARM9_OS_TIMER_H
|