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 void initBaseMtx();
17 void setBaseMtx();
18 int Create();
19 int create();
20 int execute();
21 int draw();
22 int _delete();
23};
24
25STATIC_ASSERT(sizeof(daObjZCloth_c) == 0x92C);
26
27#endif /* D_A_OBJ_ZCLOTH_H */
Definition d_a_itembase.h:30
Zora Armor?
Definition d_a_obj_zcloth.h:14
int Create()
Definition d_a_obj_zcloth.cpp:25
void initBaseMtx()
Definition d_a_obj_zcloth.cpp:14
int _delete()
Definition d_a_obj_zcloth.cpp:57
int draw()
Definition d_a_obj_zcloth.cpp:52
int execute()
Definition d_a_obj_zcloth.cpp:47
void setBaseMtx()
Definition d_a_obj_zcloth.cpp:19
int create()
Definition d_a_obj_zcloth.cpp:32
STATIC_ASSERT(sizeof(daObjZCloth_c)==0x92C)