gtc_vec1.cpp 76 B

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