Viktor stuff fixed

This commit is contained in:
2014-03-07 21:25:41 +01:00
parent 2e3afc7c7f
commit 00c893b0dc
3 changed files with 21 additions and 8 deletions
+6 -1
View File
@@ -1,8 +1,12 @@
#ifndef Model_h__
#define Model_h__
#include <string>
#include <fstream>
#include <iostream>
#include <sstream>
#include <vector>
#include <memory>
#define _CRT_SECURE_NO_WARNINGS
#include <GL/glew.h>
@@ -49,4 +53,5 @@ public:
std::vector<glm::vec2>_TextureCoords
);
};
};
#endif // Model_h__