gtx_matrix_operation.cpp 87 Bytes
Newer Older
Kai Westerkamp committed
1 2 3 4 5 6 7 8
#include <glm/gtx/matrix_operation.hpp>

int main()
{
	int Error(0);

	return Error;
}