summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTakaRikka <takarikka@outlook.com>2023-06-30 21:01:00 -0700
committerTakaRikka <takarikka@outlook.com>2023-06-30 21:01:00 -0700
commit67ddd2b2f9c310f14e43b601d3ea970d548dafc6 (patch)
tree0197242dc51eb1cbe7b0f9e295dfd93d577290ea /include
parent9365b01809d8709f135209820cd9887c6f1e93c8 (diff)
d_a_obj_crystal OK
Diffstat (limited to 'include')
-rw-r--r--include/rel/d/a/obj/d_a_obj_crystal/d_a_obj_crystal.h19
1 files changed, 18 insertions, 1 deletions
diff --git a/include/rel/d/a/obj/d_a_obj_crystal/d_a_obj_crystal.h b/include/rel/d/a/obj/d_a_obj_crystal/d_a_obj_crystal.h
index cef101df22..ec42e9c70a 100644
--- a/include/rel/d/a/obj/d_a_obj_crystal/d_a_obj_crystal.h
+++ b/include/rel/d/a/obj/d_a_obj_crystal/d_a_obj_crystal.h
@@ -1,6 +1,23 @@
#ifndef D_A_OBJ_CRYSTAL_H
#define D_A_OBJ_CRYSTAL_H
-#include "dolphin/types.h"
+#include "f_op/f_op_actor_mng.h"
+
+class daObjCrystal_c : public fopAc_ac_c {
+public:
+ /* 80BD63B8 */ void initBaseMtx();
+ /* 80BD6410 */ void setBaseMtx();
+ /* 80BD6470 */ int Create();
+ /* 80BD65B0 */ int CreateHeap();
+ /* 80BD6664 */ int create();
+ /* 80BD6718 */ int execute();
+ /* 80BD673C */ int draw();
+ /* 80BD67C8 */ int _delete();
+
+ /* 0x568 */ request_of_phase_process_class mPhase;
+ /* 0x570 */ J3DModel* mpModel[2];
+ /* 0x578 */ JPABaseEmitter* mpEmitter;
+ /* 0x57C */ u16 mJointID;
+};
#endif /* D_A_OBJ_CRYSTAL_H */