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