mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-05-26 23:46:42 -04:00
10 lines
196 B
C
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
|