From feba563611f39efe4f71cf09347d5aa9cd13ada6 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 4 Apr 2003 15:06:29 +0000 Subject: Finished filling --- include/texture.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/texture.h') diff --git a/include/texture.h b/include/texture.h index 4f14ba4..b558694 100644 --- a/include/texture.h +++ b/include/texture.h @@ -15,6 +15,7 @@ namespace mogltk { virtual ~texture(); SDL_Surface * GetSurface(); Uint32 * GetPixels(); + SDL_PixelFormat * GetFormat(); static SDL_Surface * LoadNTEX(Handle * h) throw (GeneralException) ; void Generate(); void Bind(bool = true); -- cgit v1.2.3