summaryrefslogtreecommitdiff
path: root/src/d/d_file_select.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-05-23 01:25:06 -0400
committerGitHub <noreply@github.com>2025-05-22 22:25:06 -0700
commit0212d1d18e76f47182107b5ce845880e2f62f352 (patch)
tree1bfee63758f4e570677821db00574fede5c293a4 /src/d/d_file_select.cpp
parent3c2a99e701934bcde95e55420d993ffa3f635ef2 (diff)
Update dtk-template (#2453)
* Update dtk-template * Fix debug build * Fix d_event_debug includes * Progress reports: Enable function relocation diffing (data_value) * Fix some diffs * Fix a few more diffs * More fixes
Diffstat (limited to 'src/d/d_file_select.cpp')
-rw-r--r--src/d/d_file_select.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/d/d_file_select.cpp b/src/d/d_file_select.cpp
index 5e51a038d4..927aeacbf8 100644
--- a/src/d/d_file_select.cpp
+++ b/src/d/d_file_select.cpp
@@ -4278,3 +4278,6 @@ void dFile_select3D_c::toItem3Dpos(f32 param_0, f32 param_1, f32 param_2, cXyz*
void dFile_select3D_c::calcViewMtx(Mtx param_0) {
cMtx_lookAt(param_0, &cXyz(0.0f, 0.0f, -1000.0f), &cXyz::Zero, &cXyz(0.0f, 1.0f, 0.0f), 0);
}
+
+// Fakematch, should be defined in header but it gets put in the wrong TU
+void J2DAnmTransform::getTransform(u16, J3DTransformInfo*) const {}