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

int main()
{
	int Error(0);

	return Error;
}