Fixed krengine_osx build issue

--HG--
extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%40122
This commit is contained in:
kearwood
2012-10-05 21:50:47 +00:00
parent 8d47e0bdb9
commit 906598e97f

View File

@@ -34,7 +34,7 @@
#ifndef KRTEXTURE_H
#define KRTEXTURE_H
#import <OpenGLES/ES2/gl.h>
#import "KREngine-common.h"
class KRTextureManager;
class KRDataBlock;
@@ -45,9 +45,11 @@ public:
virtual ~KRTexture();
virtual GLuint getHandle(long &textureMemUsed, int max_dim, bool can_resize) = 0;
virtual void releaseHandle(long &textureMemUsed) = 0;
virtual long getMemSize() = 0;
protected:
KRDataBlock *m_pData;