mirror of
https://github.com/zeldaret/tp
synced 2026-06-26 02:14:43 -04:00
e023387d7b
* 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;
|
|
}
|