22 lines
315 B
C++
22 lines
315 B
C++
#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; |