Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_e_gs.h
Go to the documentation of this file.
1#ifndef D_A_E_GS_H
2#define D_A_E_GS_H
3
5
14class e_gs_class : public fopEn_enemy_c {
15private:
16 /* 0x5ac */ u8 field_0x5ac[0x6bc - 0x5ac];
17};
18
19STATIC_ASSERT(sizeof(e_gs_class) == 0x6bc);
20
22 /* 806DF46C */ daE_GS_HIO_c();
23 /* 806DFD5C */ ~daE_GS_HIO_c();
24};
25
26
27#endif /* D_A_E_GS_H */
Definition d_a_e_gs.h:21
~daE_GS_HIO_c()
Definition d_a_e_gs.cpp:271
daE_GS_HIO_c()
Definition d_a_e_gs.cpp:141
Ghost Soldier.
Definition d_a_e_gs.h:14
u8 field_0x5ac[0x6bc - 0x5ac]
Definition d_a_e_gs.h:16
Definition f_op_actor.h:249
STATIC_ASSERT(sizeof(e_gs_class)==0x6bc)
unsigned char u8
Definition types.h:8