Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_b_bh.h
Go to the documentation of this file.
1#ifndef D_A_B_BH_H
2#define D_A_B_BH_H
4
13class b_bh_class : public fopEn_enemy_c {
14private:
15 /* 0x5AC */ u8 field_0x568[0xf4c - 0x5AC];
16};
17
18STATIC_ASSERT(sizeof(b_bh_class) == 0xf4c);
19
21public:
22 /* 805AE26C */ daB_BH_HIO_c();
23 /* 805B3098 */ ~daB_BH_HIO_c();
24};
25
26
27#endif /* D_A_B_BH_H */
Big Baba.
Definition d_a_b_bh.h:13
u8 field_0x568[0xf4c - 0x5AC]
Definition d_a_b_bh.h:15
Definition d_a_b_bh.h:20
~daB_BH_HIO_c()
Definition d_a_b_bh.cpp:1009
daB_BH_HIO_c()
Definition d_a_b_bh.cpp:344
Definition f_op_actor.h:249
STATIC_ASSERT(sizeof(b_bh_class)==0xf4c)
unsigned char u8
Definition types.h:8