9 lines
		
	
	
		
			75 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			75 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#include <glm/gtx/norm.hpp>
 | 
						|
 | 
						|
int main()
 | 
						|
{
 | 
						|
	int Error(0);
 | 
						|
 | 
						|
	return Error;
 | 
						|
}
 |