aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/graphics.h
diff options
context:
space:
mode:
authorMatthew Hoops2010-05-24 17:18:09 +0000
committerMatthew Hoops2010-05-24 17:18:09 +0000
commitad0eb0b06ef6c715280c21a1c036be5c56a3183a (patch)
treeca9821a5cdf704cf8e8cdfa5f5a22fb8e61d6e22 /engines/mohawk/graphics.h
parentafd909d69e461f42b454e8b6ff89cdca145890be (diff)
downloadscummvm-rg350-ad0eb0b06ef6c715280c21a1c036be5c56a3183a.tar.gz
scummvm-rg350-ad0eb0b06ef6c715280c21a1c036be5c56a3183a.tar.bz2
scummvm-rg350-ad0eb0b06ef6c715280c21a1c036be5c56a3183a.zip
Move the PICT code to graphics/ with some updates; needed for SCI1.1 Mac.
svn-id: r49195
Diffstat (limited to 'engines/mohawk/graphics.h')
-rw-r--r--engines/mohawk/graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mohawk/graphics.h b/engines/mohawk/graphics.h
index 23b1ace347..dd1764e6d6 100644
--- a/engines/mohawk/graphics.h
+++ b/engines/mohawk/graphics.h
@@ -28,9 +28,9 @@
#include "mohawk/bitmap.h"
#include "mohawk/livingbooks.h"
-#include "mohawk/myst_pict.h"
#include "common/file.h"
+#include "graphics/pict.h"
#include "graphics/video/codecs/mjpeg.h"
namespace Mohawk {
@@ -104,7 +104,7 @@ public:
private:
MohawkEngine_Myst *_vm;
MystBitmap *_bmpDecoder;
- MystPICT *_pictDecoder;
+ Graphics::PictDecoder *_pictDecoder;
Graphics::JPEGDecoder *_jpegDecoder;
Graphics::PixelFormat _pixelFormat;