gtx_handed_coordinate_space.cpp 94 Bytes
Newer Older
Kai Westerkamp committed
1 2 3 4 5 6 7 8
#include <glm/gtx/handed_coordinate_space.hpp>

int main()
{
	int Error(0);

	return Error;
}