glm/test/gtx/gtx_matrix_interpolation.cpp

11 lines
93 B
C++
Raw Normal View History

2012-09-19 13:34:23 +00:00
#include <glm/gtx/matrix_interpolation.hpp>
int main()
{
int Error(0);
return Error;
}