gtx_matrix_operation.cpp 87 Bytes
#include <glm/gtx/matrix_operation.hpp>

int main()
{
	int Error(0);

	return Error;
}