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

9 lines
77 B
C++

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