| 12345678910111213141516171819202122 |
- #pragma once
- #include <GL/freeglut.h>
- #define _USE_MATH_DEFINES
- #include <cmath>
- #include <math.h>
- #include <string>
- #include <vector>
- #include <list>
- #include <fstream>
- #include <iostream>
- #include <algorithm>
- #include <vector>
- #include <windows.h>
- #include <gl/GL.h>
- #include "Vector.h"
- using namespace std;
|