summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_obj_msdan_sub2.h
blob: 1aa53fd4ae0237f1fd2230524103dfbf66892019 (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_MSDAN_SUB2_H
#define D_A_OBJ_MSDAN_SUB2_H

#include "d/d_bg_s_movebg_actor.h"

namespace daObjMsdanSub2 {
    class Act_c : public dBgS_MoveBgActor {
    public:
        void prm_get_objNo() const {}
        void prm_get_swSave() const {}
    
        virtual BOOL CreateHeap();
        virtual BOOL Create();
        cPhs_State Mthd_Create();
        virtual BOOL Delete();
        BOOL Mthd_Delete();
        void set_mtx();
        void init_mtx();
        virtual BOOL Execute(Mtx**);
        virtual BOOL Draw();
    
    public:
        /* Place member variables here */
    };
};

#endif /* D_A_OBJ_MSDAN_SUB2_H */