mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-12 21:44:47 -04:00
Add fpc_ProcID type and use it for all process IDs
See https://github.com/zeldaret/tp/pull/2173
This commit is contained in:
@@ -49,7 +49,7 @@ s32 fpcM_Delete(void* i_proc) {
|
||||
}
|
||||
|
||||
/* 8003E3B0-8003E3D0 .text fpcM_IsCreating__FUi */
|
||||
BOOL fpcM_IsCreating(uint pID) {
|
||||
BOOL fpcM_IsCreating(fpc_ProcID pID) {
|
||||
return fpcCt_IsCreatingByID(pID);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user