From 76d97ac18acc37a73b4ae627f2f84fe2bae44fd6 Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Wed, 11 Sep 2024 11:02:42 +0200 Subject: [headers 14] libc64 headers (#2177) * [headers 14] libc64 headers * bss * bss --- src/code/sys_math3d.c | 2 +- src/code/z_olib.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/code') diff --git a/src/code/sys_math3d.c b/src/code/sys_math3d.c index 1e81ad6f8..570da1ab0 100644 --- a/src/code/sys_math3d.c +++ b/src/code/sys_math3d.c @@ -5,7 +5,7 @@ #include "macros.h" #include "sys_math3d.h" -#pragma increment_block_number "gc-eu:105 gc-eu-mq:105 gc-jp:105 gc-jp-ce:105 gc-jp-mq:105 gc-us:105 gc-us-mq:105" +#pragma increment_block_number "gc-eu:106 gc-eu-mq:106 gc-jp:106 gc-jp-ce:106 gc-jp-mq:106 gc-us:106 gc-us-mq:106" s32 Math3D_LineVsLineClosestTwoPoints(Vec3f* lineAPointA, Vec3f* lineAPointB, Vec3f* lineBPointA, Vec3f* lineBPointB, Vec3f* lineAClosestToB, Vec3f* lineBClosestToA); diff --git a/src/code/z_olib.c b/src/code/z_olib.c index c1f93a052..298f151e2 100644 --- a/src/code/z_olib.c +++ b/src/code/z_olib.c @@ -1,5 +1,5 @@ #include "z64math.h" -#include "fp_math.h" +#include "libc64/math64.h" #include "z_lib.h" /** -- cgit v1.2.3