mirror of
https://github.com/pmret/papermario.git
synced 2024-11-19 09:22:30 +01:00
13 lines
409 B
C
13 lines
409 B
C
#include "common.h"
|
|
|
|
INCLUDE_ASM(int, "os/code_41750_len_450", osSetTimer, OSTimer* timer, OSTime start, OSTime end, OSMesgQueue* queue,
|
|
OSMesg mesg);
|
|
|
|
INCLUDE_ASM(s32, "os/code_41750_len_450", osTimerServicesInit);
|
|
|
|
INCLUDE_ASM(s32, "os/code_41750_len_450", osTimerInterrupt);
|
|
|
|
INCLUDE_ASM(s32, "os/code_41750_len_450", osSetTimerIntr);
|
|
|
|
INCLUDE_ASM(s32, "os/code_41750_len_450", osInsertTimer);
|