summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/glm/test/gtc/gtc_matrix_integer.cpp
blob: 108016a8da88637dec0dd7c6033474b214aa31eb (plain) (blame)
1
2
3
4
5
6
7
8
#include <glm/gtc/matrix_integer.hpp>

int main()
{
	int Error = 0;

	return Error;
}