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

int main()
{
	int Error(0);

	return Error;
}