summaryrefslogtreecommitdiff
path: root/include/d/col
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-05-19 23:46:33 +0200
committerrobojumper <robojumper@gmail.com>2025-05-19 23:46:33 +0200
commitffcaeff99514d103150ce7302439c346d67915c8 (patch)
tree6a4e60cec8b46f331cc1fb3fca723a377fe19a63 /include/d/col
parentc1f8ff572b297c29bedc91a43b05570a54ae1131 (diff)
Progress
Diffstat (limited to 'include/d/col')
-rw-r--r--include/d/col/cc/d_cc_s.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/d/col/cc/d_cc_s.h b/include/d/col/cc/d_cc_s.h
index bca37b65..54f53be1 100644
--- a/include/d/col/cc/d_cc_s.h
+++ b/include/d/col/cc/d_cc_s.h
@@ -38,6 +38,10 @@ public:
// This is a remnant of cCcS, which dCcS::Ct calls. Idk the correct layout
void Ct_cCcS();
+ dCcMassS_Mng &GetMassMng() {
+ return mMassMng;
+ }
+
void Ct();
void Dt();