You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
246 B

4 years ago
  1. #pragma once
  2. #include <windows.h>
  3. #include "glew.h"
  4. #include <stdio.h>
  5. #include <math.h>
  6. #include <string.h>
  7. #include <string>
  8. #include <sstream>
  9. #include <vector>
  10. #include <functional>
  11. #include <map>
  12. #include "Glm/glm.hpp"
  13. #include "Glm/ext.hpp"