Files
perfect-dark/src/include/lib/lib_48650.h
T
2020-04-15 17:31:12 +10:00

10 lines
196 B
C

#ifndef _IN_LIB_LIB_48650_H
#define _IN_LIB_LIB_48650_H
#include <ultra64.h>
#include "types.h"
OSIntMask osSetIntMask(OSIntMask);
s32 osRecvMesg(OSMesgQueue *mq, OSMesg *msg, s32 flag);
#endif