Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_obj_hb.h
Go to the documentation of this file.
1#ifndef D_A_OBJ_HB_H
2#define D_A_OBJ_HB_H
3
5
14class obj_hb_class : public fopAc_ac_c {
15private:
16 /* 0x568 */ u8 field_0x568[0xa8c - 0x568];
17};
18
19STATIC_ASSERT(sizeof(obj_hb_class) == 0xa8c);
20
21
22#endif /* D_A_OBJ_HB_H */
Huge Baba Seed.
Definition d_a_obj_hb.h:14
u8 field_0x568[0xa8c - 0x568]
Definition d_a_obj_hb.h:16
STATIC_ASSERT(sizeof(obj_hb_class)==0xa8c)
Definition d_a_ep.cpp:19
unsigned char u8
Definition types.h:8