aboutsummaryrefslogtreecommitdiff
path: root/Source/Frustum.cpp
diff options
context:
space:
mode:
authorzakk <zakk@5198baeb-e213-0410-be47-fc2ff85ca46f>2003-01-04 14:27:50 +0000
committerzakk <zakk@5198baeb-e213-0410-be47-fc2ff85ca46f>2003-01-04 14:27:50 +0000
commitb1b246ba2cfdcbe618cad3a71d7ce37454dc584d (patch)
tree23a4d5553af34c4586cba3598ace4d477424eee8 /Source/Frustum.cpp
parente5ef1819c69eed0ec1d08cb886c59ce893937c5b (diff)
downloadblackshades-b1b246ba2cfdcbe618cad3a71d7ce37454dc584d.tar.gz
Blort.
git-svn-id: svn://svn.icculus.org/blackshades/trunk@12 5198baeb-e213-0410-be47-fc2ff85ca46f
Diffstat (limited to 'Source/Frustum.cpp')
-rw-r--r--Source/Frustum.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Frustum.cpp b/Source/Frustum.cpp
index 32639e7..481593c 100644
--- a/Source/Frustum.cpp
+++ b/Source/Frustum.cpp
@@ -1,4 +1,4 @@
-#include "frustum.h"
+#include "Frustum.h"
#include <math.h>
#include "gl.h"
@@ -150,4 +150,4 @@ int FRUSTUM::
return 2;
else
return 1;
-} \ No newline at end of file
+}