Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_obj_zcloth.h
Go to the documentation of this file.
1#ifndef D_A_OBJ_ZCLOTH_H
2#define D_A_OBJ_ZCLOTH_H
3
5
15public:
16 /* 80D3EE18 */ void initBaseMtx();
17 /* 80D3EE54 */ void setBaseMtx();
18 /* 80D3EEC0 */ int Create();
19 /* 80D3EF0C */ int create();
20 /* 80D3F1AC */ int execute();
21 /* 80D3F1D0 */ int draw();
22 /* 80D3F200 */ int _delete();
23};
24
25STATIC_ASSERT(sizeof(daObjZCloth_c) == 0x92C);
26
27#endif /* D_A_OBJ_ZCLOTH_H */
Definition d_a_itembase.h:29
Zora Armor?
Definition d_a_obj_zcloth.h:14
int Create()
Definition d_a_obj_zcloth.cpp:26
void initBaseMtx()
Definition d_a_obj_zcloth.cpp:13
int _delete()
Definition d_a_obj_zcloth.cpp:62
int draw()
Definition d_a_obj_zcloth.cpp:56
int execute()
Definition d_a_obj_zcloth.cpp:50
void setBaseMtx()
Definition d_a_obj_zcloth.cpp:19
int create()
Definition d_a_obj_zcloth.cpp:34
STATIC_ASSERT(sizeof(daObjZCloth_c)==0x92C)