summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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