summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/glm/test/gtx/gtx_optimum_pow.cpp
blob: a7b290b45983d45e21a773e446e9a41358bb20e7 (plain) (blame)
1
2
3
4
5
6
7
8
#include <glm/gtx/optimum_pow.hpp>

int main()
{
	int Error(0);

	return Error;
}