diff options
| author | Pheenoh <pheenoh@gmail.com> | 2021-01-31 15:39:31 -0500 |
|---|---|---|
| committer | Pheenoh <pheenoh@gmail.com> | 2021-01-31 15:39:31 -0500 |
| commit | fb0493b1713842b23fd446513a43ee04c8a19481 (patch) | |
| tree | 328d9106064078f545e1f4cd122fb3f0ba520f3d /src/f/f_pc/f_pc_node_req.cpp | |
| parent | ccf862fbb2a84bf106c6868620f1ca4de21924c2 (diff) | |
| parent | 90578d539ac54bd39e110a2a603dd63b94881d91 (diff) | |
Merge branch 'functions'
Diffstat (limited to 'src/f/f_pc/f_pc_node_req.cpp')
| -rw-r--r-- | src/f/f_pc/f_pc_node_req.cpp | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/f/f_pc/f_pc_node_req.cpp b/src/f/f_pc/f_pc_node_req.cpp index 8d3b0808bd..e5955ec4bd 100644 --- a/src/f/f_pc/f_pc_node_req.cpp +++ b/src/f/f_pc/f_pc_node_req.cpp @@ -10,6 +10,13 @@ #include "f/f_pc/f_pc_layer.h" #include "f/f_pc/f_pc_stdcreate_req.h" +extern "C" { +void free__3cMlFPv(void* pPtr); +void* memalignB__3cMlFiUl(int pAlign, u32 pSize); +void sBs_ClearArea(void* pPtr, s32 pSize); +s32 fpcSCtRq_Request(layer_class*, s16, process_method_func, void*, void*); +} + // f_pc_node_req::l_fpcNdRq_Queue extern node_list_class lbl_803A3A38; // f_pc_node_req::clear$2359 @@ -24,8 +31,6 @@ extern cPhs__Handler lbl_803A3AD0[4]; extern s32 lbl_80450D48; extern s8 lbl_80450D4C; -extern "C" { - void fpcNdRq_RequestQTo(node_create_request* pNodeCreateReq) { fpcLy_CreatedMesg(pNodeCreateReq->mpLayerClass); fpcLy_CancelQTo(&pNodeCreateReq->mProcMthCls); @@ -290,5 +295,4 @@ s32 fpcNdRq_ReChangeNode(u32 pRequestId, s16 param_2, void* param_3) { s32 fpcNdRq_ReRequest(u32 pRequestId, s16 param_2, void* param_3) { return fpcNdRq_ReChangeNode(pRequestId, param_2, param_3); -} }
\ No newline at end of file |
