1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-03 22:44:30 +00:00

[headers 14] libc64 headers (#2177)

* [headers 14] libc64 headers

* bss

* bss
This commit is contained in:
Dragorn421 2024-09-11 11:02:42 +02:00 committed by GitHub
parent cbf9eacf42
commit 76d97ac18a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 73 additions and 40 deletions

View file

@ -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);

View file

@ -1,5 +1,5 @@
#include "z64math.h"
#include "fp_math.h"
#include "libc64/math64.h"
#include "z_lib.h"
/**