summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_obj_balancelift.h
blob: ae03ae54b8348bcf9b8be7dc7dbd5d7465730ace (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
28
29
30
31
#ifndef D_A_OBJ_BALANCELIFT_H
#define D_A_OBJ_BALANCELIFT_H

#include "f_op/f_op_actor.h"

class daBalancelift_c : public fopAc_ac_c {
public:
    inline cPhs_State _create();
    inline bool _delete();
    inline bool _draw();
    inline bool _execute();

    void calc_quat();
    void set_mtx();
    void calc_weight();
    void CreateHeap();
    void CreateInit();

public:
    /* Place member variables here */
};

class daBalancelift_HIO_c {
public:
    daBalancelift_HIO_c();

public:
    /* Place member variables here */
};

#endif /* D_A_OBJ_BALANCELIFT_H */