1
0
mirror of https://github.com/blawar/ooot.git synced 2024-06-25 22:09:34 +00:00
ooot/include/def/jammesg.h
2022-01-31 19:05:17 -05:00

7 lines
185 B
C

#pragma once
#ifdef INTERNAL_SRC_LIBULTRA_OS_JAMMESG_C
s32 osJamMesg(OSMesgQueue* mq, OSMesg mesg, s32 flag);
#else
s32 osJamMesg(struct OSMesgQueue* mq, OSMesg mesg, s32 flag);
#endif