summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/glm/test/gtc/gtc_vec1.cpp
blob: 268d95e656f2ff80222006963c766b385d3a226b (plain) (blame)
1
2
3
4
5
6
7
8
#include <glm/gtc/vec1.hpp>

int main()
{
	int Error = 0;

	return Error;
}