From 6b250453f90a399b76d373ae9205b1bb985f8e46 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 12 Jul 2016 17:35:48 -0400 Subject: TITANIC: Further implementation of movie frame decoding --- engines/titanic/support/mouse_cursor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/titanic/support/mouse_cursor.h') diff --git a/engines/titanic/support/mouse_cursor.h b/engines/titanic/support/mouse_cursor.h index f6ab92dca7..7a81ad43fa 100644 --- a/engines/titanic/support/mouse_cursor.h +++ b/engines/titanic/support/mouse_cursor.h @@ -25,6 +25,7 @@ #include "common/scummsys.h" #include "common/rect.h" +#include "graphics/managed_surface.h" namespace Titanic { @@ -54,7 +55,7 @@ class CVideoSurface; class CMouseCursor { struct CursorEntry { CVideoSurface *_videoSurface; - CVideoSurface *_frameSurface; + Graphics::ManagedSurface *_frameSurface; Common::Point _centroid; CursorEntry() : _videoSurface(nullptr), _frameSurface(nullptr) {} -- cgit v1.2.3