mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-05 11:17:43 -04:00
37 lines
917 B
C++
37 lines
917 B
C++
#ifndef D_A_OBJ_HBRF1_H
|
|
#define D_A_OBJ_HBRF1_H
|
|
|
|
#include "f_op/f_op_actor.h"
|
|
|
|
namespace daObjHbrf1 {
|
|
class Act_c : public fopAc_ac_c {
|
|
public:
|
|
void prm_get_Event() const {}
|
|
void prm_get_Type() const {}
|
|
void prm_get_swSave() const {}
|
|
|
|
void CreateHeap();
|
|
s32 Create();
|
|
void Mthd_Create();
|
|
BOOL Delete();
|
|
void Mthd_Delete();
|
|
void set_mtx();
|
|
void init_mtx();
|
|
void daObjHbrf1_down_stop();
|
|
void daObjHbrf1_up_demo_wait();
|
|
void daObjHbrf1_up_demo_timer();
|
|
void daObjHbrf1_up_demo();
|
|
void daObjHbrf1_up_stop();
|
|
void daObjHbrf1_down_demo_wait();
|
|
void daObjHbrf1_down_demo_timer();
|
|
void daObjHbrf1_down_demo();
|
|
void Execute(float(**)[3][4]);
|
|
BOOL Draw();
|
|
|
|
public:
|
|
/* Place member variables here */
|
|
};
|
|
};
|
|
|
|
#endif /* D_A_OBJ_HBRF1_H */
|