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

int main()
{
	int Error(0);

	return Error;
}