mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 23:01:23 -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
8 lines
187 B
C++
8 lines
187 B
C++
#include "d/dolzel.h" // IWYU pragma: keep
|
|
|
|
static void dummy() {
|
|
((J3DModel*)NULL)->offFlag(0);
|
|
((J3DModel*)NULL)->onFlag(0);
|
|
((J3DVertexBuffer*)NULL)->getCurrentVtxPos();
|
|
}
|