summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2026-02-23 04:18:10 -0300
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2026-02-23 04:18:10 -0300
commit44132ee370c1c01ae4771ef057b2d2b17b165ed9 (patch)
treefd07d7814e515e2c194c1e91fe5527893ceb5214
parent122f479b1a8bb93d1cd03eca6f525ee6f002c853 (diff)
prototype for should_interpolate_perspective
-rw-r--r--include/functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions.h b/include/functions.h
index b85f8490..a7217af0 100644
--- a/include/functions.h
+++ b/include/functions.h
@@ -513,5 +513,6 @@ void gSPDisplayList(Gfx* pkt, Gfx* dl);
void gSPDisplayListOffset(Gfx* pkt, Gfx* dl, int offset);
void gSPVertex(Gfx* pkt, uintptr_t v, int n, int v0);
void gSPInvalidateTexCache(Gfx* pkt, uintptr_t texAddr);
+bool should_interpolate_perspective(Vec3f* eye, Vec3f* at);
#endif