aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/draw-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/draw-manager.h')
-rw-r--r--engines/hdb/draw-manager.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/hdb/draw-manager.h b/engines/hdb/draw-manager.h
index 025b594c74..3c061cce18 100644
--- a/engines/hdb/draw-manager.h
+++ b/engines/hdb/draw-manager.h
@@ -34,6 +34,7 @@ enum {
};
class Tile;
+class Picture;
struct TileLookup {
const char *filename;
@@ -56,6 +57,11 @@ private:
TileLookup *_tLookupArray;
uint16 _skyTiles[kMaxSkies];
int _currentSky; // 0 if no Sky, 1+ for which Sky to use
+ int _tileSkyStars; // Index of sky_stars tile
+ int _tileSkyStarsLeft; // Left-scrolling stars, slow
+ int _tileSkyClouds; // Index of sky_stars tile
+ Picture *_skyClouds;
+
bool _systemInit;
};