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

int main()
{
	int Error(0);

	return Error;
}