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
This commit is contained in:
Max Roncace
2026-01-20 19:29:47 -05:00
committed by GitHub
parent 6472d5a4a6
commit e023387d7b
6 changed files with 75 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "d/dolzel.h" // IWYU pragma: keep
static void dummy() {
((dBgS*)NULL)->GetMtrlSndId(*(const cBgS_PolyInfo*)NULL);
}