aboutsummaryrefslogtreecommitdiff
path: root/Source/Frustum.cpp
diff options
context:
space:
mode:
authorrelnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f>2003-01-07 23:44:53 +0000
committerrelnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f>2003-01-07 23:44:53 +0000
commit15eec693c359b0cc3e55219af22b94dcfea889c8 (patch)
treed8588ad794b6901c890168854184b95a8b9b374d /Source/Frustum.cpp
parent59d189e9eb3f6570b73d8f6be1a372eb875330e1 (diff)
downloadblackshades-15eec693c359b0cc3e55219af22b94dcfea889c8.tar.gz
more changes
git-svn-id: svn://svn.icculus.org/blackshades/trunk@18 5198baeb-e213-0410-be47-fc2ff85ca46f
Diffstat (limited to 'Source/Frustum.cpp')
-rw-r--r--Source/Frustum.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Frustum.cpp b/Source/Frustum.cpp
index 481593c..5d808c4 100644
--- a/Source/Frustum.cpp
+++ b/Source/Frustum.cpp
@@ -1,6 +1,10 @@
#include "Frustum.h"
#include <math.h>
+#ifdef MAC
#include "gl.h"
+#else
+#include <GL/gl.h>
+#endif
void FRUSTUM::
GetFrustum() {