summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_obj_smplbg.h
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-18 16:17:53 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-18 16:17:53 -0400
commite71662caa0d0344b12e593041fe8a7e7680b9bab (patch)
tree39ac304589dccd843089827febb6037ac57b923d /include/d/actor/d_a_obj_smplbg.h
parent4c3bd2c65111f6520a409f2fe06018b6648ba4fe (diff)
More return types, set up all dBgS_MoveBgActor subclasses
Diffstat (limited to 'include/d/actor/d_a_obj_smplbg.h')
-rw-r--r--include/d/actor/d_a_obj_smplbg.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/d/actor/d_a_obj_smplbg.h b/include/d/actor/d_a_obj_smplbg.h
index 8fcc5fe4..1498561d 100644
--- a/include/d/actor/d_a_obj_smplbg.h
+++ b/include/d/actor/d_a_obj_smplbg.h
@@ -1,10 +1,10 @@
#ifndef D_A_OBJ_SMPLBG_H
#define D_A_OBJ_SMPLBG_H
-#include "f_op/f_op_actor.h"
+#include "d/d_bg_s_movebg_actor.h"
namespace daObjSmplbg {
- class Act_c : public fopAc_ac_c {
+ class Act_c : public dBgS_MoveBgActor {
public:
void attr() const {}
void isStop() {}
@@ -12,16 +12,16 @@ namespace daObjSmplbg {
void onStop() {}
void prm_get_type() const {}
- void CreateHeap();
- s32 Create();
+ virtual BOOL CreateHeap();
+ virtual BOOL Create();
cPhs_State Mthd_Create();
- BOOL Delete();
+ virtual BOOL Delete();
BOOL Mthd_Delete();
void set_mtx();
void init_mtx();
void exec_qtkhd();
- void Execute(float(**)[3][4]);
- BOOL Draw();
+ virtual BOOL Execute(Mtx**);
+ virtual BOOL Draw();
public:
/* Place member variables here */