engineer-thesis-WUT/dependencies/include/glm/test/gtc/gtc_vec1.cpp

9 lines
84 B
C++
Raw Normal View History

2023-04-02 18:15:17 +02:00
#include <glm/gtc/vec1.hpp>
int main()
{
int Error = 0;
return Error;
}