summaryrefslogtreecommitdiff
path: root/include/SSystem
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-05-31 20:09:14 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-05-31 20:09:14 -0400
commitbd917524bad56cb7348f50a2fc1fa92c44dcdeed (patch)
treeefbaf908ac28ad01808bc44bd9661536141ce9fd /include/SSystem
parentf71ec718fe9c74e74267c89afd34ccfd209793a2 (diff)
Demo work, d_a_kytag02 and d_a_ff OK
Diffstat (limited to 'include/SSystem')
-rw-r--r--include/SSystem/SComponent/c_bg_s.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/SSystem/SComponent/c_bg_s.h b/include/SSystem/SComponent/c_bg_s.h
index c71b3318..63aa4139 100644
--- a/include/SSystem/SComponent/c_bg_s.h
+++ b/include/SSystem/SComponent/c_bg_s.h
@@ -45,6 +45,13 @@ public:
cM3dGPla* GetTriPla(cBgS_PolyInfo& polyInfo) const {
return GetTriPla(polyInfo.GetBgIndex(), polyInfo.GetPolyIndex());
}
+ s32 GetTriGrp(cBgS_PolyInfo& polyInfo) const {
+ return GetTriGrp(polyInfo.GetBgIndex(), polyInfo.GetPolyIndex());
+ }
+ fopAc_ac_c* GetActorPointer(cBgS_PolyInfo& i_poly) const {
+ return GetActorPointer(i_poly.GetBgIndex());
+ }
+
bool Regist(cBgW*, fpc_ProcID, void*);
bool Release(cBgW*);
bool LineCross(cBgS_LinChk*);