mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-27 15:42:42 -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
12 lines
219 B
C++
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;
|
|
}
|