summaryrefslogtreecommitdiff
path: root/include/d/a/npc/d_a_npc_honeycomb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/d/a/npc/d_a_npc_honeycomb.h')
-rw-r--r--include/d/a/npc/d_a_npc_honeycomb.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/d/a/npc/d_a_npc_honeycomb.h b/include/d/a/npc/d_a_npc_honeycomb.h
index a0c3c7dd..f04640a2 100644
--- a/include/d/a/npc/d_a_npc_honeycomb.h
+++ b/include/d/a/npc/d_a_npc_honeycomb.h
@@ -2,13 +2,19 @@
#define D_A_NPC_HONEYCOMB_H
#include "d/a/e/d_a_en_base.h"
+#include "m/m_vec.h"
class dAcNpcHc_c : public dAcEnBase_c {
public:
dAcNpcHc_c() {}
virtual ~dAcNpcHc_c() {}
-private:
+ // private:
+ /* 0x378 */ u8 field_0x378[0x915 - 0x378];
+ /* 0x915 */ u8 field_0x915;
+ /* 0x916 */ u8 field_0x916;
+ /* 0x917 */ u8 field_0x917[0x928 - 0x917];
+ /* 0x928 */ mVec3_c field_0x928;
};
#endif