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

int main()
{
	int Error(0);

	return Error;
}