2017-07-23 19:11:39 +09:00

7 lines
74 B
C++

#include "glm/glm.hpp"
int main (){
glm::mat4x4 aMatrix;
return 0;
}