Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_e_is.h
Go to the documentation of this file.
1#ifndef D_A_E_IS_H
2#define D_A_E_IS_H
4
13class e_is_class : public fopEn_enemy_c {
14 /* 806F76B4 */ e_is_class();
15private:
16 /* 0x5ac */ u8 field_0x5ac[0xcf8 - 0x5ac];
17};
18
19STATIC_ASSERT(sizeof(e_is_class) == 0xcf8);
20
22 /* 806F5A4C */ daE_IS_HIO_c();
23 /* 806F7AC4 */ ~daE_IS_HIO_c();
24};
25
26
27#endif /* D_A_E_IS_H */
Definition d_a_e_is.h:21
~daE_IS_HIO_c()
Definition d_a_e_is.cpp:774
daE_IS_HIO_c()
Definition d_a_e_is.cpp:344
Armos Titan.
Definition d_a_e_is.h:13
e_is_class()
Definition d_a_e_is.cpp:727
u8 field_0x5ac[0xcf8 - 0x5ac]
Definition d_a_e_is.h:16
Definition f_op_actor.h:249
STATIC_ASSERT(sizeof(e_is_class)==0xcf8)
unsigned char u8
Definition types.h:8