Files
dusklight/src/d/d_bg_w_hf.cpp
T
Max Roncace 8420d2b777 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
2026-01-20 16:29:47 -08:00

12 lines
219 B
C++

#include "d/dolzel.h" // IWYU pragma: keep
#include "d/d_bg_w_sv.h"
// need to pull in dBgWSv RTTI somehow but not sure if this is correct
class dBgWHf : public dBgWSv {
};
static void dummy() {
dBgWHf dummy;
}