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 /include/d/actor/d_a_warphr.h | |
| parent | d87b01b34a3f14d8c7741e8af54e5f4ca18d42bb (diff) | |
Better defaults for create/delete/execute/draw/isdelete
Diffstat (limited to 'include/d/actor/d_a_warphr.h')
| -rw-r--r-- | include/d/actor/d_a_warphr.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/d/actor/d_a_warphr.h b/include/d/actor/d_a_warphr.h index 441c3b8d..c3f5c9a2 100644 --- a/include/d/actor/d_a_warphr.h +++ b/include/d/actor/d_a_warphr.h @@ -7,11 +7,11 @@ class daWarphr_c : public fopAc_ac_c { public: void set_mtx() {} - void _delete(); + BOOL _delete(); void CreateHeap(); void CreateInit(); - void _create(); - void _execute(); + s32 _create(); + BOOL _execute(); void normal_execute(); void demo_execute(); void demo_proc(); @@ -31,7 +31,7 @@ public: void set_end_anim(); void get_return_count(); void check_warp(); - void _draw(); + BOOL _draw(); public: /* Place member variables here */ |
