ports/graphics/rayshade/files/patch-libray_libobj_hf.c
Muhammad Moinur Rahman e3ec54e790 graphics/rayshade: Unbreak with llvm15
- Pet portclippy
- Adopt port
2023-05-18 18:09:11 +02:00

11 lines
279 B
C

--- libray/libobj/hf.c.orig 1992-02-10 03:04:18 UTC
+++ libray/libobj/hf.c
@@ -42,7 +42,7 @@ typedef struct {
Vector cp, pDX, pDY;
} Trav2D;
-hfTri *CreateHfTriangle(), *GetQueuedTri();
+static hfTri *CreateHfTriangle(), *GetQueuedTri();
unsigned long HFTests, HFHits;