From c6b239bdac7c193bc4d0fe8cfc6fbb610d1ca1ca Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 19 Mar 2016 22:43:02 -0400 Subject: TITANIC: Implemented CGameManager::update --- engines/titanic/game_view.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/titanic/game_view.h') diff --git a/engines/titanic/game_view.h b/engines/titanic/game_view.h index 9ede9d6c36..be4d934a33 100644 --- a/engines/titanic/game_view.h +++ b/engines/titanic/game_view.h @@ -57,7 +57,7 @@ public: */ virtual void setView(CViewItem *item) = 0; - virtual void proc4() = 0; + virtual void proc4(const Common::Rect &bounds) = 0; /** * Creates a surface from a specified resource @@ -76,7 +76,7 @@ public: */ virtual void setView(CViewItem *item); - virtual void proc4(); + virtual void proc4(const Common::Rect &bounds); }; } // End of namespace Titanic -- cgit v1.2.3