gtx_matrix_operation.cpp 87 B

12345678
  1. #include <glm/gtx/matrix_operation.hpp>
  2. int main()
  3. {
  4. int Error(0);
  5. return Error;
  6. }