glm/test/gtx/gtx_optimum_pow.cpp

9 lines
82 B
C++
Raw Normal View History

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