get more d_ TUs to compile

This commit is contained in:
LagoLunatic
2024-02-29 20:00:41 -05:00
parent bda17503da
commit 568630b072
14 changed files with 186 additions and 65 deletions
+3 -4
View File
@@ -3,11 +3,11 @@
// Translation Unit: d_spline_path.cpp
//
#include "d_spline_path.h"
#include "d/d_spline_path.h"
#include "dolphin/types.h"
/* 800C239C-800C2430 .text Init__14d2DBSplinePathFll */
void d2DBSplinePath::Init(long, long) {
void d2DBSplinePath::Init(s32, s32) {
/* Nonmatching */
}
@@ -22,7 +22,6 @@ void d2DBSplinePath::Calc(cXyz*) {
}
/* 800C268C-800C26D4 .text Calc__14d2DBSplinePathFPf */
void d2DBSplinePath::Calc(float*) {
void d2DBSplinePath::Calc(f32*) {
/* Nonmatching */
}