summary refs log tree commit diff
path: root/src/Quaternions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Quaternions.h')
-rw-r--r--src/Quaternions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Quaternions.h b/src/Quaternions.h
index e01740a..9380905 100644
--- a/src/Quaternions.h
+++ b/src/Quaternions.h
@@ -54,7 +54,7 @@ extern "C" {
 		struct XYZ pa, struct XYZ pb, struct XYZ pc,
 		struct XYZ n, struct XYZ *p);
 
-	void getFrustum(float (*)[4]);
+	void setFrustum(float (*)[4], float*, float*);
 	int cubeInFrustum(float (*)[4], float, float, float, float);
 	int sphereInFrustum(float (*)[4], float, float, float, float);
 #ifdef __cplusplus