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
+7
View File
@@ -0,0 +1,7 @@
#include "d/dolzel.h" // IWYU pragma: keep
static void dummy() {
((J3DModel*)NULL)->offFlag(0);
((J3DModel*)NULL)->onFlag(0);
((J3DVertexBuffer*)NULL)->getCurrentVtxPos();
}