diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 19:05:04 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 19:05:04 -0500 |
| commit | 0c3b96e10f79928cf2a53ead12a076d30249379d (patch) | |
| tree | 9ae863f636f8ca9cb24070aa5e75246b1dfb8096 /src/d/actor/d_a_boss_item.cpp | |
| parent | 97eb1fb31fb57ee96669f8a83848cb0327797180 (diff) | |
Move more actor class defs to headers
Diffstat (limited to 'src/d/actor/d_a_boss_item.cpp')
| -rw-r--r-- | src/d/actor/d_a_boss_item.cpp | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/d/actor/d_a_boss_item.cpp b/src/d/actor/d_a_boss_item.cpp index 61461aec..774e2d36 100644 --- a/src/d/actor/d_a_boss_item.cpp +++ b/src/d/actor/d_a_boss_item.cpp @@ -3,19 +3,13 @@ // Translation Unit: d_a_boss_item.cpp // +#include "d/actor/d_a_boss_item.h" #include "JSystem/JKernel/JKRHeap.h" #include "f_op/f_op_actor.h" #include "f_op/f_op_actor_mng.h" #include "d/d_procname.h" #include "dolphin/types.h" - -extern BOOL dComIfGs_isStageBossEnemy(int i_stageNo); -extern BOOL dComIfGs_isStageLife(int i_stageNo); - -class bossitem_class : public fopAc_ac_c { - s32 m0000; - s32 m0004; -}; +#include "d/d_com_inf_game.h" /* 00000078-00000080 .text daBossItem_IsDelete__FP14bossitem_class */ static BOOL daBossItem_IsDelete(bossitem_class* i_this) { |
