Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_e_nz.h
Go to the documentation of this file.
1#ifndef D_A_E_NZ_H
2#define D_A_E_NZ_H
4
13class e_nz_class : public fopEn_enemy_c {
14private:
15 /* 0x5ac */ u8 field_0x5ac[0xa88 - 0x5ac];
16};
17
18STATIC_ASSERT(sizeof(e_nz_class) == 0xa88);
19
21 /* 807299EC */ daE_NZ_HIO_c();
22 /* 8072BC88 */ ~daE_NZ_HIO_c();
23};
24
25
26#endif /* D_A_E_NZ_H */
Definition d_a_e_nz.h:20
daE_NZ_HIO_c()
Definition d_a_e_nz.cpp:415
~daE_NZ_HIO_c()
Definition d_a_e_nz.cpp:875
Ghoul Rat.
Definition d_a_e_nz.h:13
u8 field_0x5ac[0xa88 - 0x5ac]
Definition d_a_e_nz.h:15
Definition f_op_actor.h:249
STATIC_ASSERT(sizeof(e_nz_class)==0xa88)
unsigned char u8
Definition types.h:8