Engine puzzle completed

This commit is contained in:
sippeangelo
2015-11-30 17:02:24 +01:00
parent 52278d7bc2
commit 872879c013
62 changed files with 5344 additions and 113 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
#ifndef Texture_h__
#define Texture_h__
#include "Rendering/BaseTexture.h"
#include "../OpenGL.h"
#include "BaseTexture.h"
#include "PNG.h"
class Texture : public BaseTexture
{