diff options
| author | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:42:26 -0400 |
|---|---|---|
| committer | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:48:55 -0400 |
| commit | adb95b135c3d7498eba29bbd9728d345eed5a407 (patch) | |
| tree | 655575b939c12067569263171b68c079b1a232c8 /src/f_pc/f_pc_creator.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/f_pc/f_pc_creator.cpp')
| -rw-r--r-- | src/f_pc/f_pc_creator.cpp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/f_pc/f_pc_creator.cpp b/src/f_pc/f_pc_creator.cpp new file mode 100644 index 00000000..d9d0dfde --- /dev/null +++ b/src/f_pc/f_pc_creator.cpp @@ -0,0 +1,28 @@ +// +// 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 */ +void fpcCt_Handler() { + fpcCtRq_Handler(); +} |
