From a1c65a2591cdbcb4ca1f469bc12f7a39c01bdb1b Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 10 Feb 2003 00:06:22 +0000 Subject: NTEX --- include/gltexture.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/gltexture.h') 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(); -- cgit v1.2.3