glm/test/gtx/gtx.cpp
2023-12-20 19:16:25 -08:00

9 lines
71 B
C++

#include <glm/ext.hpp>
int main()
{
int Error = 0;
return Error;
}