diff options
Diffstat (limited to 'engines/xeen/screen.h')
-rw-r--r-- | engines/xeen/screen.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/xeen/screen.h b/engines/xeen/screen.h index 5028b505f0..3e7f23e19e 100644 --- a/engines/xeen/screen.h +++ b/engines/xeen/screen.h @@ -112,6 +112,14 @@ public: * Restores a previously saved screen */ void restoreBackground(int slot = 1); + + /** + * Draws the scroll in the background + * @param rollUp If true, rolls up the scroll. If false, unrolls. + * @param fadeIn If true, does an initial fade in + * @returns True if key or mouse pressed + */ + bool doScroll(bool rollUp, bool fadeIn); }; } // End of namespace Xeen |