summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_obj_hfuck1.h
blob: 7c45c4ac4104d2844476a740f1da21d041132ca0 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#ifndef D_A_OBJ_HFUCK1_H
#define D_A_OBJ_HFUCK1_H

#include "f_op/f_op_actor.h"
#include "SSystem/SComponent/c_phase.h"
#include "d/d_bg_w.h"
#include "d/d_cc_d.h"
#if VERSION == VERSION_DEMO
#include "m_Do/m_Do_hostIO.h"
#endif

class daObjHfuck1_c : public fopAc_ac_c {
public:
    void init_mtx();
    cPhs_State _create();
    bool _execute();
    bool _draw();
    bool _delete();
    bool create_heap();
    bool checkCollision();
    static BOOL solidHeapCB(fopAc_ac_c *i_this);

public:
    /* 0x290 */ request_of_phase_process_class mPhs;
    /* 0x298 */ J3DModel * mpModel;
    /* 0x29C */ dBgW * mpBgW;
    /* 0x2A0 */ dCcD_Stts mStts;
    /* 0x408 */ dCcD_Sph mSph;
    /* 0x40C */ fopAc_ac_c * mpHookshotActor;
};

#if VERSION == VERSION_DEMO
class daObjHfuck1_HIO_c : public JORReflexible {
public:
    daObjHfuck1_HIO_c();
    virtual ~daObjHfuck1_HIO_c() {}

    void genMessage(JORMContext* ctx) {}

public:
    /* 0x04 */ s8 mNo;
    /* 0x08 */ f32 field_0x08;
    /* 0x0C */ f32 field_0x0C;
    /* 0x10 */ f32 field_0x10;
    /* 0x14 */ f32 field_0x14;
};
#endif

#endif /* D_A_OBJ_HFUCK1_H */