main.cpp 74 B

123456
  1. #include "glm/glm.hpp"
  2. int main (){
  3. glm::mat4x4 aMatrix;
  4. return 0;
  5. }