aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_view.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-19 22:43:02 -0400
committerPaul Gilbert2016-03-19 22:43:02 -0400
commitc6b239bdac7c193bc4d0fe8cfc6fbb610d1ca1ca (patch)
tree862aab6db5bfa6f695f150b418b20cdf077ca9fc /engines/titanic/game_view.h
parentdbd8ab0f1c11f1e749c74fe70e5fc2496332a1c5 (diff)
downloadscummvm-rg350-c6b239bdac7c193bc4d0fe8cfc6fbb610d1ca1ca.tar.gz
scummvm-rg350-c6b239bdac7c193bc4d0fe8cfc6fbb610d1ca1ca.tar.bz2
scummvm-rg350-c6b239bdac7c193bc4d0fe8cfc6fbb610d1ca1ca.zip
TITANIC: Implemented CGameManager::update
Diffstat (limited to 'engines/titanic/game_view.h')
-rw-r--r--engines/titanic/game_view.h4
1 files changed, 2 insertions, 2 deletions
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