Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_e_mk.h
Go to the documentation of this file.
1#ifndef D_A_E_MK_H
2#define D_A_E_MK_H
4
13class e_mk_class : public fopEn_enemy_c {
14 /* 8071C190 */ e_mk_class();
15private:
16 /* 0x5ac */ u8 field_0x5ac[0xcf8 - 0x5ac];
17};
18
19STATIC_ASSERT(sizeof(e_mk_class) == 0xcf8);
20
22 /* 8071412C */ daE_MK_HIO_c();
23 /* 8071C3EC */ ~daE_MK_HIO_c();
24};
25
26
27#endif /* D_A_E_MK_H */
Definition d_a_e_mk.h:21
~daE_MK_HIO_c()
Definition d_a_e_mk.cpp:1920
daE_MK_HIO_c()
Definition d_a_e_mk.cpp:444
Ook.
Definition d_a_e_mk.h:13
e_mk_class()
Definition d_a_e_mk.cpp:1897
u8 field_0x5ac[0xcf8 - 0x5ac]
Definition d_a_e_mk.h:16
Definition f_op_actor.h:249
STATIC_ASSERT(sizeof(e_mk_class)==0xcf8)
unsigned char u8
Definition types.h:8