]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Math/Frustum.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Math / Frustum.cpp
index 164074b22e0be6146617e44370e93322cb5fb773..e8b13666a977477f748809893a3cc3d85a859687 100644 (file)
@@ -18,11 +18,11 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "Math/Frustum.h"
-#include <math.h>
+#include "Math/Frustum.hpp"
 
-#include "Graphic/gamegl.h"
+#include "Graphic/gamegl.hpp"
 
+#include <math.h>
 
 void FRUSTUM::
 GetFrustum()