diff options
Diffstat (limited to 'glm-master/test/gtc/gtc_matrix_integer.cpp')
-rw-r--r-- | glm-master/test/gtc/gtc_matrix_integer.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/glm-master/test/gtc/gtc_matrix_integer.cpp b/glm-master/test/gtc/gtc_matrix_integer.cpp new file mode 100644 index 0000000..108016a --- /dev/null +++ b/glm-master/test/gtc/gtc_matrix_integer.cpp @@ -0,0 +1,8 @@ +#include <glm/gtc/matrix_integer.hpp> + +int main() +{ + int Error = 0; + + return Error; +} |