Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_e_bug.h
Go to the documentation of this file.
1#ifndef D_A_E_BUG_H
2#define D_A_E_BUG_H
3
5
14class e_bug_class : public fopEn_enemy_c {
15private:
16 /* 0x5ac */ u8 field_0x5ac[0x7db0 - 0x5ac];
17};
18
19STATIC_ASSERT(sizeof(e_bug_class) == 0x7db0);
20
22 /* 80694B8C */ daE_Bug_HIO_c();
23 /* 80697BEC */ ~daE_Bug_HIO_c();
24};
25
26struct bug_s {
27 /* 80697B4C */ ~bug_s();
28 /* 80697BB8 */ bug_s();
29};
30
31
32#endif /* D_A_E_BUG_H */
Definition d_a_e_bug.h:21
~daE_Bug_HIO_c()
Definition d_a_e_bug.cpp:834
daE_Bug_HIO_c()
Definition d_a_e_bug.cpp:175
Poison Mite.
Definition d_a_e_bug.h:14
u8 field_0x5ac[0x7db0 - 0x5ac]
Definition d_a_e_bug.h:16
Definition f_op_actor.h:249
STATIC_ASSERT(sizeof(e_bug_class)==0x7db0)
Definition d_a_e_bug.h:26
bug_s()
Definition d_a_e_bug.cpp:829
~bug_s()
Definition d_a_e_bug.cpp:824
unsigned char u8
Definition types.h:8