Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_e_dn.h
Go to the documentation of this file.
1#ifndef D_A_E_DN_H
2#define D_A_E_DN_H
4
13class e_dn_class : public fopEn_enemy_c {
14 /* 804EDE58 */ e_dn_class();
15private:
16 /* 0x5ac */ u8 field_0x5ac[0x110c - 0x5ac];
17};
18
19STATIC_ASSERT(sizeof(e_dn_class) == 0x110c);
20
22 /* 804E51AC */ daE_DN_HIO_c();
23 /* 804EE39C */ ~daE_DN_HIO_c();
24};
25
26
27#endif /* D_A_E_DN_H */
Definition d_a_e_dn.h:21
~daE_DN_HIO_c()
Definition d_a_e_dn.cpp:1754
daE_DN_HIO_c()
Definition d_a_e_dn.cpp:733
Lizalfos.
Definition d_a_e_dn.h:13
u8 field_0x5ac[0x110c - 0x5ac]
Definition d_a_e_dn.h:16
e_dn_class()
Definition d_a_e_dn.cpp:1695
Definition f_op_actor.h:249
STATIC_ASSERT(sizeof(e_dn_class)==0x110c)
unsigned char u8
Definition types.h:8