summaryrefslogtreecommitdiff
path: root/include/texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/texture.h')
-rw-r--r--include/texture.h1
1 files changed, 1 insertions, 0 deletions
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);