aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/glm/source/test/gtx/gtx_extend.cpp
blob: 0c37df567d59ba85dc8d88e293eaa32ebb4aa45c (plain)
1
2
3
4
5
6
7
8
9
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/extend.hpp>

int main()
{
	int Error(0);

	return Error;
}