Project init

This commit is contained in:
2016-05-10 14:03:58 +02:00
parent cf9d88c1e1
commit 77ac841b8b
21 changed files with 8736 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#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 <windows.h>
#include <gl/GL.h>
//Own files
#include "Model.h"
#include "ModelLoader.h"