aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/bitmap.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-03-28 15:20:30 -0400
committerMatthew Hoops2011-03-28 22:26:23 -0400
commite5811cd6c39333cf7a51eb4943bf4ead0aff681c (patch)
tree236d057aa30fdbbf870cf337b8679e276a1fd1d8 /engines/mohawk/bitmap.h
parent344369c294e4ade7b6f72de27daf794b0d23d3e3 (diff)
downloadscummvm-rg350-e5811cd6c39333cf7a51eb4943bf4ead0aff681c.tar.gz
scummvm-rg350-e5811cd6c39333cf7a51eb4943bf4ead0aff681c.tar.bz2
scummvm-rg350-e5811cd6c39333cf7a51eb4943bf4ead0aff681c.zip
MOHAWK: Allow disabling compilation of Myst
Diffstat (limited to 'engines/mohawk/bitmap.h')
-rw-r--r--engines/mohawk/bitmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mohawk/bitmap.h b/engines/mohawk/bitmap.h
index 55b884a8d6..ea8a130dfc 100644
--- a/engines/mohawk/bitmap.h
+++ b/engines/mohawk/bitmap.h
@@ -144,6 +144,8 @@ private:
void handleRivenSubcommandStream(byte count, byte *&dst);
};
+#ifdef ENABLE_MYST
+
// Myst uses a different image format than that of other Mohawk games.
// It essentially uses a Windows bitmap with the LZ encoding from the
// Mohawk Bitmap format.
@@ -181,6 +183,8 @@ private:
} _info;
};
+#endif
+
class LivingBooksBitmap_v1 : public MohawkBitmap {
public:
LivingBooksBitmap_v1() : MohawkBitmap() {}