diff options
Diffstat (limited to 'glm-master/test/gtx/gtx_matrix_major_storage.cpp')
-rw-r--r-- | glm-master/test/gtx/gtx_matrix_major_storage.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/glm-master/test/gtx/gtx_matrix_major_storage.cpp b/glm-master/test/gtx/gtx_matrix_major_storage.cpp deleted file mode 100644 index 21de7f7..0000000 --- a/glm-master/test/gtx/gtx_matrix_major_storage.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#define GLM_ENABLE_EXPERIMENTAL -#include <glm/gtx/matrix_major_storage.hpp> - -int main() -{ - int Error(0); - - return Error; -} |