prototype for should_interpolate_perspective

This commit is contained in:
Sonic Dreamcaster
2026-02-23 04:18:10 -03:00
parent 122f479b1a
commit 44132ee370
+1
View File
@@ -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