summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_e_ba.cpp
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2025-08-24 02:52:08 -0400
committerGitHub <noreply@github.com>2025-08-24 09:52:08 +0300
commit513816ce5c055be898b80dfa3b7048bcaca876a7 (patch)
tree85ac5e0383eb1ef1e4442c95f7c63c2c146098ae /src/d/actor/d_a_e_ba.cpp
parent8a30030dc73931727bd3d6327c1a37255a295f3f (diff)
Add a precompiled header for RELs (#2597)
Diffstat (limited to 'src/d/actor/d_a_e_ba.cpp')
-rw-r--r--src/d/actor/d_a_e_ba.cpp18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/d/actor/d_a_e_ba.cpp b/src/d/actor/d_a_e_ba.cpp
index 4461566e5c..f0ff909de1 100644
--- a/src/d/actor/d_a_e_ba.cpp
+++ b/src/d/actor/d_a_e_ba.cpp
@@ -3,6 +3,8 @@
* Enemy - Keese
*/
+#include "d/dolzel_rel.h"
+
#include "d/actor/d_a_e_ba.h"
#include "JSystem/JKernel/JKRHeap.h"
#include "SSystem/SComponent/c_math.h"
@@ -10,9 +12,23 @@
#include "d/d_s_play.h"
#include "d/actor/d_a_player.h"
#include "d/d_procname.h"
-UNK_REL_DATA
#include "f_op/f_op_actor_enemy.h"
+class daE_BA_HIO_c {
+public:
+ /* 8067ECEC */ daE_BA_HIO_c();
+ /* 80681F00 */ virtual ~daE_BA_HIO_c() {}
+
+ /* 0x04 */ s8 field_0x04;
+ /* 0x08 */ f32 mScale;
+ /* 0x0C */ f32 mFlySpeed;
+ /* 0x10 */ f32 mFightDistance;
+ /* 0x14 */ f32 mFightSpeed;
+ /* 0x18 */ f32 mAttackSpeed;
+};
+
+STATIC_ASSERT(sizeof(daE_BA_HIO_c) == 0x1C);
+
/* 80682638-8068263C 000008 0004+00 2/2 0/0 0/0 .bss None */
static bool hioInit;