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

int main()
{
	int Error(0);

	return Error;
}