glm/test/gtx/gtx_polar_coordinates.cpp

9 lines
88 B
C++
Raw Normal View History

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