summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_obj_zcloth.h
blob: a37c34d8ace5dcabd8f1d2f4b411db5e9c9fbb9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef D_A_OBJ_ZCLOTH_H
#define D_A_OBJ_ZCLOTH_H

#include "d/actor/d_a_itembase.h"

/**
 * @ingroup actors-objects
 * @class daObjZCloth_c
 * @brief Zora Armor?
 *
 * @details
 *
 */
class daObjZCloth_c : public daItemBase_c {
public:
    void initBaseMtx();
    void setBaseMtx();
    int Create();
    int create();
    int execute();
    int draw();
    int _delete();
};

STATIC_ASSERT(sizeof(daObjZCloth_c) == 0x92C);

#endif /* D_A_OBJ_ZCLOTH_H */