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