summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/glm/test/gtx/gtx_matrix_major_storage.cpp
blob: 85a9250ae464fd762787f0fe4b06db8c0509eaa4 (plain) (blame)
1
2
3
4
5
6
7
8
#include <glm/gtx/matrix_major_storage.hpp>

int main()
{
	int Error(0);

	return Error;
}