Add fpc_ProcID type and use it for all process IDs

See https://github.com/zeldaret/tp/pull/2173
This commit is contained in:
LagoLunatic
2024-07-12 21:14:13 -04:00
parent 61d9f474a5
commit 2def735282
159 changed files with 401 additions and 382 deletions
+2 -2
View File
@@ -103,8 +103,8 @@ public:
/* 0x174 */ u32 field_0x174;
};
uint dTimer_createStockTimer();
fpc_ProcID dTimer_createStockTimer();
uint dTimer_createTimer(int, u16, u8, u8, f32, f32, f32, f32);
fpc_ProcID dTimer_createTimer(int, u16, u8, u8, f32, f32, f32, f32);
#endif /* D_TIMER_H */