glm/test/gtx/gtx_rotate_normalized_axis.cpp

9 lines
93 B
C++
Raw Normal View History

#include <glm/gtx/rotate_normalized_axis.hpp>
int main()
{
int Error(0);
2014-01-11 20:12:53 +00:00
return Error;
}