emulationstation-de/external/glm/test/gtx/gtx_handed_coordinate_space.cpp

9 lines
126 B
C++

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