summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-04-02 19:33:05 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-04-02 19:33:05 -0400
commit4e7634a693d5fb641ecee69f09d331ace88b063f (patch)
treebe873a1380d177f7bfd8274bc53baf979699203f /include
parent8716b2728753398b1c0f5f7f12d737e3b083eab0 (diff)
Cleanup
Diffstat (limited to 'include')
-rw-r--r--include/f_pc/f_pc_create_req.h2
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);