aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/glm/source/test/gtx/gtx_optimum_pow.cpp
blob: c0a3fd411977c3710d2a3e46c5785a4aa52756f0 (plain)
1
2
3
4
5
6
7
8
9
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/optimum_pow.hpp>

int main()
{
	int Error(0);

	return Error;
}