mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-01 17:29:58 -04:00
Move more actor classes to headers
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user