mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
7 lines
74 B
C++
7 lines
74 B
C++
#include "glm/glm.hpp"
|
|
|
|
int main (){
|
|
glm::mat4x4 aMatrix;
|
|
return 0;
|
|
}
|