diff options
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); |
