summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/glm/test/gtx/gtx_extended_min_max.cpp
blob: f4157e934cd67852a119e775b92b416488360c7c (plain) (blame)
1
2
3
4
5
6
7
8
9
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/extended_min_max.hpp>

int main()
{
	int Error(0);

	return Error;
}