diff options
Diffstat (limited to 'engines/mohawk/riven.h')
-rw-r--r-- | engines/mohawk/riven.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/mohawk/riven.h b/engines/mohawk/riven.h index 548ee6ee58..57a3d2b180 100644 --- a/engines/mohawk/riven.h +++ b/engines/mohawk/riven.h @@ -31,6 +31,8 @@ #include "common/random.h" #include "common/rect.h" +#include "graphics/surface.h" + namespace Mohawk { struct MohawkGameDescription; @@ -122,6 +124,7 @@ private: int _menuSavedCard; int _menuSavedStack; + Common::ScopedPtr<Graphics::Surface, Graphics::SurfaceDeleter> _menuTumbnail; bool _gameEnded; uint32 _lastSaveTime; |