mame/3rdparty/glm/test/gtx/gtx_matrix_interpolation.cpp
2016-09-03 14:39:25 +02:00

11 lines
93 B
C++

#include <glm/gtx/matrix_interpolation.hpp>
int main()
{
int Error(0);
return Error;
}