mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-14 06:04:22 -04:00
29 lines
754 B
C++
29 lines
754 B
C++
//
|
|
// Generated by dtk
|
|
// Translation Unit: f_pc_creator.cpp
|
|
//
|
|
|
|
#include "f_pc/f_pc_creator.h"
|
|
#include "f_pc/f_pc_base.h"
|
|
#include "f_pc/f_pc_create_req.h"
|
|
|
|
/* 8003D0E8-8003D108 .text fpcCt_IsCreatingByID__FUi */
|
|
BOOL fpcCt_IsCreatingByID(unsigned int i_id) {
|
|
return fpcCtRq_IsCreatingByID(i_id);
|
|
}
|
|
|
|
/* 8003D108-8003D12C .text fpcCt_IsDoing__FP18base_process_class */
|
|
s32 fpcCt_IsDoing(base_process_class* i_proc) {
|
|
return fpcCtRq_IsDoing(i_proc->mpCtRq);
|
|
}
|
|
|
|
/* 8003D12C-8003D150 .text fpcCt_Abort__FP18base_process_class */
|
|
BOOL fpcCt_Abort(base_process_class* i_proc) {
|
|
return fpcCtRq_Cancel(i_proc->mpCtRq);
|
|
}
|
|
|
|
/* 8003D150-8003D170 .text fpcCt_Handler__Fv */
|
|
s32 fpcCt_Handler() {
|
|
return fpcCtRq_Handler();
|
|
}
|