gtc_matrix_integer.cpp 86 B

12345678
  1. #include <glm/gtc/matrix_integer.hpp>
  2. int main()
  3. {
  4. int Error = 0;
  5. return Error;
  6. }