mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-06-20 09:42:21 +08:00
9 lines
79 B
C++
9 lines
79 B
C++
#include <glm/gtc/reciprocal.hpp>
|
|
#include <ctime>
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|
|
|