mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-10 04:53:21 -04:00
9 lines
168 B
C
9 lines
168 B
C
#ifndef _IN_LIB_LIB_48B20_H
|
|
#define _IN_LIB_LIB_48B20_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
u32 osSetTimer(OSTimer *, OSTime, u64, OSMesgQueue *, OSMesg);
|
|
|
|
#endif
|