Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_e_gb.h
Go to the documentation of this file.
1#ifndef D_A_E_GB_H
2#define D_A_E_GB_H
4
13class e_gb_class : public fopEn_enemy_c {
14 /* 806C6B94 */ e_gb_class();
15private:
16 /* 0x5ac */ u8 field_0x5ac[0xef8 - 0x5ac];
17};
18
19STATIC_ASSERT(sizeof(e_gb_class) == 0xef8);
20
22 /* 806C1CEC */ daE_GB_HIO_c();
23 /* 806C6F98 */ ~daE_GB_HIO_c();
24};
25
26
27#endif /* D_A_E_GB_H */
Definition d_a_e_gb.h:21
~daE_GB_HIO_c()
Definition d_a_e_gb.cpp:1563
daE_GB_HIO_c()
Definition d_a_e_gb.cpp:602
Giant Baba.
Definition d_a_e_gb.h:13
u8 field_0x5ac[0xef8 - 0x5ac]
Definition d_a_e_gb.h:16
e_gb_class()
Definition d_a_e_gb.cpp:1504
Definition f_op_actor.h:249
STATIC_ASSERT(sizeof(e_gb_class)==0xef8)
unsigned char u8
Definition types.h:8