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