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

int main()
{
	int Error(0);

	return Error;
}