Files
ac-decomp/include/jaudio_NES/os.h
T
2024-06-03 18:52:26 -04:00

10 lines
151 B
C

#ifndef OS_H
#define OS_H
#include "types.h"
#include "libultra/libultra.h"
extern int Z_osSendMesg(OSMesgQueue* mq, OSMesg msg, s32 block);
#endif