mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-07-06 01:45:11 +08:00
7 lines
74 B
C++
7 lines
74 B
C++
#include "glm/glm.hpp"
|
|
|
|
int main (){
|
|
glm::mat4x4 aMatrix;
|
|
return 0;
|
|
}
|