mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-27 07:37:24 -04:00
8420d2b777
* 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
7 lines
131 B
C++
7 lines
131 B
C++
#include "d/dolzel.h" // IWYU pragma: keep
|
|
|
|
static void dummy() {
|
|
((dBgS*)NULL)->GetMtrlSndId(*(const cBgS_PolyInfo*)NULL);
|
|
}
|
|
|