Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_obj_fw.h
Go to the documentation of this file.
1#ifndef D_A_OBJ_FW_H
2#define D_A_OBJ_FW_H
3
5
14class obj_fw_class : public fopAc_ac_c {
15private:
16 /* 0x568 */ u8 field_0x568[0x628 - 0x568];
17};
18
19STATIC_ASSERT(sizeof(obj_fw_class) == 0x628);
20
22public:
23 /* 80BF204C */ daObj_Fw_HIO_c();
24 /* 80BF2AB0 */ ~daObj_Fw_HIO_c();
25};
26
27
28#endif /* D_A_OBJ_FW_H */
Definition d_a_obj_fw.h:21
~daObj_Fw_HIO_c()
Definition d_a_obj_fw.cpp:368
daObj_Fw_HIO_c()
Definition d_a_obj_fw.cpp:132
Firewood.
Definition d_a_b_bq.cpp:20
u8 field_0x568[0x628 - 0x568]
Definition d_a_obj_fw.h:16
STATIC_ASSERT(sizeof(obj_fw_class)==0x628)
Definition d_a_ep.cpp:19
unsigned char u8
Definition types.h:8