Move more actor classes to headers

This commit is contained in:
LagoLunatic
2023-11-25 18:05:07 -05:00
parent 4a496727a9
commit 897b22f936
24 changed files with 346 additions and 517 deletions
+2 -2
View File
@@ -68,8 +68,8 @@ void mDoDvdThd_param_c::kick() {
}
/* 800180F0-80018118 .text waitForKick__17mDoDvdThd_param_cFv */
s32 mDoDvdThd_param_c::waitForKick() {
OSReceiveMessage(&mMessageQueue, NULL, 1);
BOOL mDoDvdThd_param_c::waitForKick() {
return OSReceiveMessage(&mMessageQueue, NULL, 1);
}
/* 80018118-80018120 .text getFirstCommand__17mDoDvdThd_param_cFv */