Files
dusklight/include/f_op/f_op_msg_mng.h
T
TakaRikka 0f494762af fixes
2021-12-04 16:27:19 -08:00

11 lines
208 B
C

#ifndef F_F_OP_MSG_MNG_H_
#define F_F_OP_MSG_MNG_H_
#include "dolphin/types.h"
#include "f_op/f_op_actor.h"
typedef int (*fopMsgCreateFunc)(void*);
JKRExpHeap* fopMsgM_createExpHeap(u32, JKRHeap*);
#endif