Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_bd.h
Go to the documentation of this file.
1#ifndef D_A_BD_H
2#define D_A_BD_H
3
5
14class bd_class : public fopEn_enemy_c {
15private:
16 /* 0x5ac */ u8 field_0x5ac[0x9ec - 0x5ac];
17};
18
19STATIC_ASSERT(sizeof(bd_class) == 0x9ec);
20
22public:
23 /* 804D6C4C */ daBd_HIO_c();
24 /* 804D9CB8 */ ~daBd_HIO_c();
25};
26
27
28#endif /* D_A_BD_H */
Bird.
Definition d_a_bd.h:14
u8 field_0x5ac[0x9ec - 0x5ac]
Definition d_a_bd.h:16
Definition d_a_bd.h:21
~daBd_HIO_c()
Definition d_a_bd.cpp:944
daBd_HIO_c()
Definition d_a_bd.cpp:309
Definition f_op_actor.h:249
STATIC_ASSERT(sizeof(bd_class)==0x9ec)
unsigned char u8
Definition types.h:8