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