summaryrefslogtreecommitdiff
path: root/include/d/cc
diff options
context:
space:
mode:
authorCaroline Madsen <69010899+randomsalience@users.noreply.github.com>2024-03-30 13:04:34 -0400
committerGitHub <noreply@github.com>2024-03-30 20:04:34 +0300
commit99facf7c94d55656d0750b389d85f20573564c60 (patch)
tree5f5910715f07cea37d6ab3d690625f5052105942 /include/d/cc
parent483253ae430ed0687468cf78b384d4328e005195 (diff)
d_a_e_bee mostly done (#2112)
Diffstat (limited to 'include/d/cc')
-rw-r--r--include/d/cc/d_cc_uty.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/d/cc/d_cc_uty.h b/include/d/cc/d_cc_uty.h
index 5185f38942..d66e39ad86 100644
--- a/include/d/cc/d_cc_uty.h
+++ b/include/d/cc/d_cc_uty.h
@@ -29,8 +29,13 @@ struct dCcU_AtInfo {
/* 0x20 */ u8 mHitType;
};
-fopAc_ac_c* cc_at_check(fopAc_ac_c*,dCcU_AtInfo*);
+u16 cc_pl_cut_bit_get();
+fopAc_ac_c* cc_at_check(fopAc_ac_c*, dCcU_AtInfo*);
fopAc_ac_c* at_power_check(dCcU_AtInfo* i_AtInfo);
void def_se_set(Z2Creature* p_sound, cCcD_Obj* p_collider, u32 map_info, fopAc_ac_c* p_actor);
+inline fopAc_ac_c* dCc_GetAc(void* i_actor) {
+ return static_cast<fopAc_ac_c*>(i_actor);
+}
+
#endif /* D_CC_D_CC_UTY_H */