summaryrefslogtreecommitdiff
path: root/include/texture.h
diff options
context:
space:
mode:
authorpixel <pixel>2003-04-04 15:06:29 +0000
committerpixel <pixel>2003-04-04 15:06:29 +0000
commitfeba563611f39efe4f71cf09347d5aa9cd13ada6 (patch)
tree8081c7ba2946b255e23d82bb69221bc54f0f6381 /include/texture.h
parent986a589d45841832e3655892f65b773193e277af (diff)
Finished filling
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);