Files
PBR-Demo/3p/glm/test/gtx/gtx_projection.cpp
T
2024-08-22 14:06:11 +02:00

9 lines
81 B
C++

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