Files
perfect-dark/src/include/lib/lib_48b20.h
T
2020-03-09 18:33:08 +10:00

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