mirror of
https://github.com/zeldaret/tp
synced 2026-06-24 09:41:32 -04:00
3a79e96e8b
* d_meter2 wip * d_s_play * d_file_sel_info * format * tag_lv5soup / tag_setBall / fix dKyeff * d_cc_uty
15 lines
376 B
C
15 lines
376 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*);
|
|
u32 fopMsgM_Create(s16, fopMsgCreateFunc, void*);
|
|
void fopMsgM_setMessageID(unsigned int);
|
|
void fopMsgM_destroyExpHeap(JKRExpHeap*);
|
|
void fopMsgM_setStageLayer(void*);
|
|
|
|
#endif |