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

int main()
{
	int Error(0);

	return Error;
}