summaryrefslogtreecommitdiff
path: root/include/gltexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gltexture.h')
-rw-r--r--include/gltexture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gltexture.h b/include/gltexture.h
index bcfed2d..06f2e8a 100644
--- a/include/gltexture.h
+++ b/include/gltexture.h
@@ -16,6 +16,7 @@ namespace mogltk {
texture(Handle *, bool = false, texture_type = RAW_RGBA) throw (GeneralException);
virtual ~texture();
SDL_Surface * GetSurface();
+ static SDL_Surface * LoadNTEX(Handle * h) throw (GeneralException) ;
void Generate();
void Bind(bool = true);
GLuint GetWidth();