From 0212d1d18e76f47182107b5ce845880e2f62f352 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Fri, 23 May 2025 01:25:06 -0400 Subject: 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 --- src/d/d_file_select.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/d/d_file_select.cpp') 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 {} -- cgit v1.2.3