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_obj_mtest.h | |
| parent | d87b01b34a3f14d8c7741e8af54e5f4ca18d42bb (diff) | |
Better defaults for create/delete/execute/draw/isdelete
Diffstat (limited to 'include/d/actor/d_a_obj_mtest.h')
| -rw-r--r-- | include/d/actor/d_a_obj_mtest.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/d/actor/d_a_obj_mtest.h b/include/d/actor/d_a_obj_mtest.h index 187b53ec..3e624092 100644 --- a/include/d/actor/d_a_obj_mtest.h +++ b/include/d/actor/d_a_obj_mtest.h @@ -13,14 +13,14 @@ namespace daObjMtest { void chk_appear(); void CreateHeap(); - void Create(); + s32 Create(); void Mthd_Create(); - void Delete(); + BOOL Delete(); void Mthd_Delete(); void set_mtx(); void init_mtx(); void Execute(float(**)[3][4]); - void Draw(); + BOOL Draw(); public: /* Place member variables here */ |
