]> Dogcows Code - chaz/yoink/blobdiff - src/moof/frustum.hh
pch support
[chaz/yoink] / src / moof / frustum.hh
index c603a97884c056e1fc408bf7bbace8305728d8f4..8386d702a824d956a87b6a572613d9e4257d0c38 100644 (file)
 #ifndef _MOOF_FRUSTUM_HH_
 #define _MOOF_FRUSTUM_HH_
 
+#include <moof/math.hh>
+#include <moof/plane.hh>
+
+
 /**
  * \file frustum.hh
  * All things related to frustums!
  */
        
-#include <moof/math.hh>
-#include <moof/plane.hh>
-
 namespace moof {
 
+
 template <int D> class aabb;
 template <int D> class sphere;
 
@@ -61,6 +63,7 @@ private:
        plane planes_[6]; // left, right, bottom, top, near, far
 };
 
+
 } // namespace moof
 
 #endif // _MOOF_FRUSTUM_HH_
This page took 0.020167 seconds and 4 git commands to generate.