aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/glm/source/test/gtx/gtx.cpp
blob: 1b143b61ee3bb5ad24a1f6fa857d30e73272eb5b (plain)
1
2
3
4
5
6
7
8
#include <glm/ext.hpp>

int main()
{
	int Error = 0;

	return Error;
}