summaryrefslogtreecommitdiff
path: root/engine-ocean/External/glm-master/test/gtx/gtx_matrix_major_storage.cpp
blob: 21de7f71dc5168034668b70050703249835d8a8c (plain)
1
2
3
4
5
6
7
8
9
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/matrix_major_storage.hpp>

int main()
{
	int Error(0);

	return Error;
}