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
248 B

5 years ago
  1. #pragma once
  2. #include <windows.h>
  3. #include <gl/GL.h>
  4. #include <gl/GLU.h>
  5. #include <gl/glext.h>
  6. #include <stdio.h>
  7. #include <math.h>
  8. #include <string.h>
  9. #include <string>
  10. #include <sstream>
  11. #include <vector>
  12. #include <functional>
  13. #include <iostream>