summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/glm/test/gtx/gtx_matrix_interpolation.cpp
blob: 88724f94be3d6609072535e7b073f09a6653edb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <glm/gtx/matrix_interpolation.hpp>

int main()
{
	int Error(0);

	return Error;
}