summaryrefslogtreecommitdiff
path: root/graphics/rayshade/files/patch-hf.c
blob: eb64a4c8626e795e2d7ba218ab3898fd5383f39f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libray/libobj/hf.c.orig	Mon Feb 10 04:04:18 1992
+++ libray/libobj/hf.c	Wed Feb  7 18:27:10 2007
@@ -42,7 +42,7 @@
 	Vector cp, pDX, pDY;
 } Trav2D;
 
-hfTri *CreateHfTriangle(), *GetQueuedTri();
+static hfTri *CreateHfTriangle(), *GetQueuedTri();
 
 unsigned long HFTests, HFHits;