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

int main()
{
	int Error(0);

	return Error;
}