mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-16 05:55:37 -04:00
11 lines
208 B
C
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 |