clean up code

This commit is contained in:
Anakin
2016-11-12 12:05:03 +01:00
parent 2524971d19
commit b4bd314450
7 changed files with 19 additions and 47 deletions

View File

@@ -1,11 +1,9 @@
#pragma once
#include <string>
#include <gl\glew.h>
#include <gl\glfw3.h>
#include <glm\glm.hpp>
#include <vector>
#include "Object.h"
#include "Texture.h"
#include <vector>
#define VERTEX_INDEX_XYZ 0
#define VERTEX_INDEX_UV 1