summaryrefslogtreecommitdiff
path: root/include/d
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2026-01-20 19:29:47 -0500
committerGitHub <noreply@github.com>2026-01-20 16:29:47 -0800
commite023387d7b950e07bc6ecfb36f9ed6e419ff8654 (patch)
treefba276d5b42ea3b650815a9da85de34343d2a331 /include/d
parent6472d5a4a6b4de68d52674509ac30b910e09d61b (diff)
Add missing d_bg_* TUs (#3058)
* Implement d_bg_s_capt_poly * Add d_bg_s_func * Ad d_bg_w_deform * Add empty source file for d_bg_w_hf
Diffstat (limited to 'include/d')
-rw-r--r--include/d/d_bg_s_capt_poly.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/d/d_bg_s_capt_poly.h b/include/d/d_bg_s_capt_poly.h
new file mode 100644
index 0000000000..69a36ce247
--- /dev/null
+++ b/include/d/d_bg_s_capt_poly.h
@@ -0,0 +1,18 @@
+#ifndef _D_BG_S_CAPT_POLY_H
+#define _D_BG_S_CAPT_POLY_H
+
+#include "d/d_bg_s_chk.h"
+#include "SSystem/SComponent/c_m3d_g_aab.h"
+#include "SSystem/SComponent/c_xyz.h"
+
+class dBgS_CaptPoly : public cBgS_Chk, public dBgS_Chk {
+public:
+ dBgS_CaptPoly();
+ ~dBgS_CaptPoly() {}
+ void Set(cXyz&, cXyz&);
+
+ /* 0x24 */ cM3dGAab aab;
+ /* 0x48 */ int field_0x48;
+};
+
+#endif /* _D_BG_S_CAPT_POLY_H */