aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/video/qtrle.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/video/qtrle.h')
-rw-r--r--engines/mohawk/video/qtrle.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/mohawk/video/qtrle.h b/engines/mohawk/video/qtrle.h
index 60796b3803..fdccf626a6 100644
--- a/engines/mohawk/video/qtrle.h
+++ b/engines/mohawk/video/qtrle.h
@@ -22,7 +22,7 @@
* $Id$
*
*/
-
+
#ifndef MOHAWK_QTRLE_H
#define MOHAWK_QTRLE_H
@@ -40,10 +40,10 @@ public:
private:
byte _bitsPerPixel;
-
+
Graphics::Surface *_surface;
Graphics::PixelFormat _pixelFormat;
-
+
void decode1(Common::SeekableReadStream *stream, uint32 rowPtr, uint32 linesToChange);
void decode2_4(Common::SeekableReadStream *stream, uint32 rowPtr, uint32 linesToChange, byte bpp);
void decode8(Common::SeekableReadStream *stream, uint32 rowPtr, uint32 linesToChange);