Files
Towards/external/glm/test/gtc/gtc_matrix_integer.cpp
T

9 lines
86 B
C++
Raw Normal View History

2026-07-18 14:31:15 +02:00
#include <glm/gtc/matrix_integer.hpp>
int main()
{
int Error = 0;
return Error;
}