mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-26 07:18:47 -04:00
35 lines
922 B
C++
35 lines
922 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: f_pc/f_pc_creator
|
|
//
|
|
|
|
#include "f_pc/f_pc_creator.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
#include "f_pc/f_pc_base.h"
|
|
#include "f_pc/f_pc_create_req.h"
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 80020EA8-80020EC8 0020+00 s=0 e=1 z=0 None .text fpcCt_IsCreatingByID__FUi */
|
|
BOOL fpcCt_IsCreatingByID(unsigned int id) {
|
|
return fpcCtRq_IsCreatingByID(id);
|
|
}
|
|
|
|
/* 80020EC8-80020EEC 0024+00 s=0 e=1 z=0 None .text fpcCt_IsDoing__FP18base_process_class */
|
|
s32 fpcCt_IsDoing(base_process_class* pProc) {
|
|
return fpcCtRq_IsDoing(pProc->mpCtRq);
|
|
}
|
|
|
|
/* 80020EEC-80020F10 0024+00 s=0 e=1 z=0 None .text fpcCt_Abort__FP18base_process_class */
|
|
BOOL fpcCt_Abort(base_process_class* pProc) {
|
|
return fpcCtRq_Cancel(pProc->mpCtRq);
|
|
}
|
|
|
|
/* 80020F10-80020F30 0020+00 s=0 e=1 z=0 None .text fpcCt_Handler__Fv */
|
|
void fpcCt_Handler(void) {
|
|
fpcCtRq_Handler();
|
|
}
|