Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.40 KB | None | 0 0
  1. #include <vector>
  2. #include <stdio.h>
  3. #include <fstream>
  4.  
  5. #include <iostream>
  6. #include <string>
  7. #include <chrono>
  8. #include <GL/glew.h>
  9. #include <SDL/SDL.h>
  10. #include <SDL/SDL_opengl.h>
  11.  
  12. #include <glm/glm.hpp>
  13. #include <glm/common.hpp>
  14. #include <glm/gtc/matrix_transform.hpp>
  15. #include <glm/gtc/type_ptr.hpp>
  16. #include <glm/gtx/quaternion.hpp>
  17. #include <glm/gtx/string_cast.hpp>
  18.  
  19. #undef main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement