diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 16:49:23 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 16:49:23 -0500 |
| commit | 8a2bc19a89c26f329b3c4369e29cadd39d26460d (patch) | |
| tree | f8f7b1a1f4c6c23853645b51ab60fe754bc78096 /src/d/actor/d_a_hys.cpp | |
| parent | d87b01b34a3f14d8c7741e8af54e5f4ca18d42bb (diff) | |
Better defaults for create/delete/execute/draw/isdelete
Diffstat (limited to 'src/d/actor/d_a_hys.cpp')
| -rw-r--r-- | src/d/actor/d_a_hys.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_hys.cpp b/src/d/actor/d_a_hys.cpp index a49e70da..4ac4207a 100644 --- a/src/d/actor/d_a_hys.cpp +++ b/src/d/actor/d_a_hys.cpp @@ -7,7 +7,7 @@ #include "dolphin/types.h" /* 00000078-000000B8 .text Delete__7daHys_cFv */ -void daHys_c::Delete() { +BOOL daHys_c::Delete() { /* Nonmatching */ } @@ -17,7 +17,7 @@ void daHys_c::CreateHeap() { } /* 00000250-00000368 .text Create__7daHys_cFv */ -void daHys_c::Create() { +s32 daHys_c::Create() { /* Nonmatching */ } @@ -57,7 +57,7 @@ void daHys_c::mode_wait_init() { } /* 00000704-00000778 .text Draw__7daHys_cFv */ -void daHys_c::Draw() { +BOOL daHys_c::Draw() { /* Nonmatching */ } |
