mirror of https://github.com/zeldaret/tp.git
fopMsgM_destroyExpHeap OK
This commit is contained in:
parent
1eb1de54f8
commit
17a7165042
|
|
@ -206,9 +206,6 @@ void fopMsgM_createExpHeap(u32 param_1, JKRHeap* pJKRHeap) {
|
|||
JKRExpHeap::create(param_1,pJKRHeap, false);
|
||||
}
|
||||
|
||||
// fopMsgM_destroyExpHeap__FP10JKRExpHeap
|
||||
// fopMsgM_destroyExpHeap__FP10JKRExpHeap(JKRExpHeap*)
|
||||
asm void fopMsgM_destroyExpHeap(JKRExpHeap*) {
|
||||
nofralloc
|
||||
#include "f/f_op/f_op_msg_mng/asm/func_800203E0.s"
|
||||
}
|
||||
void fopMsgM_destroyExpHeap(JKRExpHeap* pJKRExpHeap) {
|
||||
pJKRExpHeap->destroy();
|
||||
}
|
||||
Loading…
Reference in New Issue