diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-04-02 19:33:05 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-04-02 19:33:05 -0400 |
| commit | 4e7634a693d5fb641ecee69f09d331ace88b063f (patch) | |
| tree | be873a1380d177f7bfd8274bc53baf979699203f /include | |
| parent | 8716b2728753398b1c0f5f7f12d737e3b083eab0 (diff) | |
Cleanup
Diffstat (limited to 'include')
| -rw-r--r-- | include/f_pc/f_pc_create_req.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/f_pc/f_pc_create_req.h b/include/f_pc/f_pc_create_req.h index 301f7064..b0aad189 100644 --- a/include/f_pc/f_pc_create_req.h +++ b/include/f_pc/f_pc_create_req.h @@ -29,7 +29,7 @@ typedef struct create_request { layer_class* mpLayer; } create_request; // Size: 0x48 -bool fpcCtRq_isCreatingByID(create_tag* pTag, fpc_ProcID* pId); +BOOL fpcCtRq_isCreatingByID(create_tag* pTag, fpc_ProcID* pId); BOOL fpcCtRq_IsCreatingByID(fpc_ProcID id); void fpcCtRq_CreateQTo(create_request* pReq); void fpcCtRq_ToCreateQ(create_request* pReq); |
