Reduced dependencies for GTC extensions

This commit is contained in:
Christophe Riccio
2013-12-24 13:45:14 +01:00
parent 6f7eb97b87
commit 950eaa45cb
44 changed files with 408 additions and 283 deletions

View File

@@ -38,7 +38,15 @@
#define GLM_GTC_matrix_integer
// Dependency:
#include "../glm.hpp"
#include "../mat2x2.hpp"
#include "../mat2x3.hpp"
#include "../mat2x4.hpp"
#include "../mat3x2.hpp"
#include "../mat3x3.hpp"
#include "../mat3x4.hpp"
#include "../mat4x2.hpp"
#include "../mat4x3.hpp"
#include "../mat4x4.hpp"
#if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
# pragma message("GLM: GLM_GTC_matrix_integer extension included")