glm/test/gtx/gtx_handed_coordinate_space.cpp

9 lines
94 B
C++
Raw Normal View History

#include <glm/gtx/handed_coordinate_space.hpp>
int main()
{
int Error(0);
return Error;
}