summaryrefslogtreecommitdiff
path: root/include/gltexture.h
diff options
context:
space:
mode:
authorpixel <pixel>2003-02-10 00:06:22 +0000
committerpixel <pixel>2003-02-10 00:06:22 +0000
commita1c65a2591cdbcb4ca1f469bc12f7a39c01bdb1b (patch)
tree864b5a6b04defec27258a84515623395e8321757 /include/gltexture.h
parent6b63855d6e31a4d63ced9c803847ee35c70ee514 (diff)
NTEX
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();