aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.h
diff options
context:
space:
mode:
authorSven Hesse2010-09-30 12:59:48 +0000
committerSven Hesse2010-09-30 12:59:48 +0000
commitb6766f0d7f94b8553b29159f98c91be35e0ca878 (patch)
treee7c27f00b56dedb39b89dc689970ad39e8aad690 /engines/gob/gob.h
parent13d41dca41982be9a7d56e945d543344b1692c4a (diff)
downloadscummvm-rg350-b6766f0d7f94b8553b29159f98c91be35e0ca878.tar.gz
scummvm-rg350-b6766f0d7f94b8553b29159f98c91be35e0ca878.tar.bz2
scummvm-rg350-b6766f0d7f94b8553b29159f98c91be35e0ca878.zip
GOB: Stub setting up of 16bpp graphics
svn-id: r52944
Diffstat (limited to 'engines/gob/gob.h')
-rw-r--r--engines/gob/gob.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index 9b07568223..cfefe62267 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -164,6 +164,8 @@ private:
bool initGameParts();
void deinitGameParts();
+ bool initGraphics();
+
public:
static const Common::Language _gobToScummVMLang[];
@@ -174,6 +176,8 @@ public:
uint16 _height;
uint8 _mode;
+ Graphics::PixelFormat _pixelFormat;
+
Common::String _startStk;
Common::String _startTot;
uint32 _demoIndex;