Rely on STL functions for GLM functions using the same prototype #233

This commit is contained in:
Christophe Riccio
2014-09-06 01:45:13 +02:00
parent 4a701c6760
commit ac3c2e37f1
8 changed files with 288 additions and 151 deletions

View File

@@ -7,6 +7,7 @@
// File : test/gtx/gtx_integer.cpp
///////////////////////////////////////////////////////////////////////////////////////////////////
#include <glm/exponential.hpp>
#include <glm/gtc/epsilon.hpp>
#include <glm/gtx/integer.hpp>
#include <cstdio>