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