Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_e_kr.h
Go to the documentation of this file.
1#ifndef D_A_E_KR_H
2#define D_A_E_KR_H
4
13class e_kr_class : public fopEn_enemy_c {
14 /* 80705004 */ e_kr_class();
15private:
16 /* 0x5ac */ u8 field_0x5ac[0xf08 - 0x5ac];
17};
18
19STATIC_ASSERT(sizeof(e_kr_class) == 0xf08);
20
21class e_krHIO_c {
22 /* 80705574 */ ~e_krHIO_c();
23};
24
25
26#endif /* D_A_E_KR_H */
Definition d_a_e_kr.h:21
~e_krHIO_c()
Definition d_a_e_kr.cpp:1283
Kargorok.
Definition d_a_e_kr.h:13
e_kr_class()
Definition d_a_e_kr.cpp:1162
u8 field_0x5ac[0xf08 - 0x5ac]
Definition d_a_e_kr.h:16
Definition f_op_actor.h:249
STATIC_ASSERT(sizeof(e_kr_class)==0xf08)
unsigned char u8
Definition types.h:8