diff options
Diffstat (limited to '3rdparty/glm/source/test/gtx/gtx_associated_min_max.cpp')
-rw-r--r-- | 3rdparty/glm/source/test/gtx/gtx_associated_min_max.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3rdparty/glm/source/test/gtx/gtx_associated_min_max.cpp b/3rdparty/glm/source/test/gtx/gtx_associated_min_max.cpp new file mode 100644 index 0000000..9007f8a --- /dev/null +++ b/3rdparty/glm/source/test/gtx/gtx_associated_min_max.cpp @@ -0,0 +1,10 @@ +#define GLM_ENABLE_EXPERIMENTAL +#include <glm/gtc/type_precision.hpp> +#include <glm/gtx/associated_min_max.hpp> + +int main() +{ + int Error(0); + + return Error; +} |