X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Ffrustum.hh;fp=src%2Fmoof%2Ffrustum.hh;h=8386d702a824d956a87b6a572613d9e4257d0c38;hp=c603a97884c056e1fc408bf7bbace8305728d8f4;hb=44b3014bce798789e795242d1556cb7449e6386a;hpb=4f6e4488a55f7e3ba3f7485d78177f793c0eab9a diff --git a/src/moof/frustum.hh b/src/moof/frustum.hh index c603a97..8386d70 100644 --- a/src/moof/frustum.hh +++ b/src/moof/frustum.hh @@ -10,16 +10,18 @@ #ifndef _MOOF_FRUSTUM_HH_ #define _MOOF_FRUSTUM_HH_ +#include +#include + + /** * \file frustum.hh * All things related to frustums! */ -#include -#include - namespace moof { + template class aabb; template class sphere; @@ -61,6 +63,7 @@ private: plane planes_[6]; // left, right, bottom, top, near, far }; + } // namespace moof #endif // _MOOF_FRUSTUM_HH_