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

int main()
{
	int Error(0);

	return Error;
}