glm/test/gtx/gtx_projection.cpp

9 lines
81 B
C++
Raw Normal View History

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