aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/image/b25sloader.h
diff options
context:
space:
mode:
authorEugene Sandulenko2010-08-13 15:24:23 +0000
committerEugene Sandulenko2010-10-12 22:39:23 +0000
commitfd40021a722956a3c37119c72b1350acb313574e (patch)
treeb61dd65523d8a26a3b39cfa7fa44c36fc81982f8 /engines/sword25/gfx/image/b25sloader.h
parentd50dcb80ad44465745a38ea42bd87db9480db949 (diff)
downloadscummvm-rg350-fd40021a722956a3c37119c72b1350acb313574e.tar.gz
scummvm-rg350-fd40021a722956a3c37119c72b1350acb313574e.tar.bz2
scummvm-rg350-fd40021a722956a3c37119c72b1350acb313574e.zip
SWORD25: Started rewriting gfx subsystem
svn-id: r53227
Diffstat (limited to 'engines/sword25/gfx/image/b25sloader.h')
-rw-r--r--engines/sword25/gfx/image/b25sloader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/gfx/image/b25sloader.h b/engines/sword25/gfx/image/b25sloader.h
index 4a2cf3b841..8d8a68e6e8 100644
--- a/engines/sword25/gfx/image/b25sloader.h
+++ b/engines/sword25/gfx/image/b25sloader.h
@@ -58,7 +58,7 @@ public:
protected:
virtual bool IsCorrectImageFormat(const char *FileDataPtr, unsigned int FileSize);
- virtual bool DecodeImage(const char *FileDataPtr, unsigned int FileSize, BS_GraphicEngine::COLOR_FORMATS ColorFormat, char * & UncompressedDataPtr,
+ virtual bool DecodeImage(const char *FileDataPtr, unsigned int FileSize, BS_GraphicEngine::COLOR_FORMATS ColorFormat, byte *&UncompressedDataPtr,
int &Width, int &Height, int &Pitch);
virtual bool ImageProperties(const char *FileDataPtr, unsigned int FileSize, BS_GraphicEngine::COLOR_FORMATS &ColorFormat, int &Width, int &Height);