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

int main()
{
	int Error(0);

	return Error;
}