summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-09-19 14:16:07 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-09-19 14:16:07 -0400
commitbee05a995f2086ad9640b7a9e1246a3f0a9cac33 (patch)
tree37d34128a237db054ffea1579f85f862b6ba00a8 /include
parent3fe9499e476172ae0b841655b043430049281544 (diff)
Fix several actors missing dCcD src structsHEADmain
Diffstat (limited to 'include')
-rw-r--r--include/d/actor/d_a_obj_buoyflag.h3
-rw-r--r--include/d/actor/d_a_obj_flame.h2
-rw-r--r--include/d/actor/d_a_obj_light.h4
-rw-r--r--include/d/actor/d_a_obj_mmrr.h4
-rw-r--r--include/d/actor/d_a_obj_try.h2
-rw-r--r--include/d/actor/d_a_obj_vtil.h3
6 files changed, 17 insertions, 1 deletions
diff --git a/include/d/actor/d_a_obj_buoyflag.h b/include/d/actor/d_a_obj_buoyflag.h
index 4be7c4aa..c37bfdfc 100644
--- a/include/d/actor/d_a_obj_buoyflag.h
+++ b/include/d/actor/d_a_obj_buoyflag.h
@@ -1,6 +1,7 @@
#ifndef D_A_OBJ_BUOYFLAG_H
#define D_A_OBJ_BUOYFLAG_H
+#include "d/d_cc_d.h"
#include "f_op/f_op_actor.h"
#include "m_Do/m_Do_mtx.h"
#include "f_op/f_op_actor_mng.h"
@@ -82,6 +83,8 @@ namespace daObjBuoyflag {
void mode_afl();
void mode_jumpToSea();
+ static const dCcD_SrcCyl M_cyl_src;
+
public:
/* 0x0290 */ u8 m0290[0x1090 - 0x0290];
/* 0x1090 */ Mtx m1090;
diff --git a/include/d/actor/d_a_obj_flame.h b/include/d/actor/d_a_obj_flame.h
index b10f6250..006b90fa 100644
--- a/include/d/actor/d_a_obj_flame.h
+++ b/include/d/actor/d_a_obj_flame.h
@@ -52,6 +52,8 @@ namespace daObjFlame {
void mode_l_after();
void mode_proc_call();
+ static const dCcD_SrcCps M_cps_src;
+
public:
/* 0x290 */ request_of_phase_process_class mPhs;
/* 0x298 */ J3DModel* mpModel;
diff --git a/include/d/actor/d_a_obj_light.h b/include/d/actor/d_a_obj_light.h
index f766f40a..ebe7fbd7 100644
--- a/include/d/actor/d_a_obj_light.h
+++ b/include/d/actor/d_a_obj_light.h
@@ -1,6 +1,7 @@
#ifndef D_A_OBJ_LIGHT_H
#define D_A_OBJ_LIGHT_H
+#include "d/d_cc_d.h"
#include "f_op/f_op_actor.h"
namespace daObjLight {
@@ -36,8 +37,9 @@ namespace daObjLight {
static u32 M_S_pre_set_frame_LOD;
static u32 M_S_pre_set_frame_FRRS;
static u8 M_S_lod_access;
+ static const dCcD_SrcCyl M_cyl_src;
-public:
+ public:
/* Place member variables here */
};
};
diff --git a/include/d/actor/d_a_obj_mmrr.h b/include/d/actor/d_a_obj_mmrr.h
index d9b1b34b..f7040393 100644
--- a/include/d/actor/d_a_obj_mmrr.h
+++ b/include/d/actor/d_a_obj_mmrr.h
@@ -1,6 +1,7 @@
#ifndef D_A_OBJ_MMRR_H
#define D_A_OBJ_MMRR_H
+#include "d/d_cc_d.h"
#include "f_op/f_op_actor.h"
namespace daObjMmrr {
@@ -28,6 +29,9 @@ namespace daObjMmrr {
bool _execute();
bool _draw();
+ static const dCcD_SrcTri M_tri_src;
+ static const dCcD_SrcCps M_cps_src;
+
public:
/* 0x290 */ u8 m290[0xBF8 - 0x290];
/* 0xBF8 */ u8 mBF8;
diff --git a/include/d/actor/d_a_obj_try.h b/include/d/actor/d_a_obj_try.h
index 6829ea8e..60fc2ea0 100644
--- a/include/d/actor/d_a_obj_try.h
+++ b/include/d/actor/d_a_obj_try.h
@@ -89,6 +89,8 @@ namespace daObjTry {
bool _execute();
bool _draw();
+ static const dCcD_SrcCyl M_cyl_src;
+
public:
/* 0x290 */ u8 field_0x290[0x63C - 0x290];
/* 0x63C */ cXyz field_0x63C;
diff --git a/include/d/actor/d_a_obj_vtil.h b/include/d/actor/d_a_obj_vtil.h
index b6eca015..390ea70a 100644
--- a/include/d/actor/d_a_obj_vtil.h
+++ b/include/d/actor/d_a_obj_vtil.h
@@ -1,6 +1,7 @@
#ifndef D_A_OBJ_VTIL_H
#define D_A_OBJ_VTIL_H
+#include "d/d_cc_d.h"
#include "f_op/f_op_actor.h"
class daObjVtil_c : public fopAc_ac_c {
@@ -42,6 +43,8 @@ public:
bool _execute();
bool _draw();
+ static const dCcD_SrcCyl M_co_cyl_data;
+
public:
/* Place member variables here */
};