mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
8 lines
127 B
C
8 lines
127 B
C
#ifndef LIBULTRA_TIMERINTR_H
|
|
#define LIBULTRA_TIMERINTR_H
|
|
|
|
#include "types.h"
|
|
|
|
extern void __osTimerServicesInit(void);
|
|
|
|
#endif |