aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/main_game_window.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-21 20:53:49 -0400
committerPaul Gilbert2016-03-21 20:53:49 -0400
commit217360d0c5a0b8289c16b22fc46782c475fcc9f5 (patch)
tree5fef119ff142d15d2bd91e99dfc9700f86ac38ed /engines/titanic/main_game_window.h
parent9a66bc2e9e3638af940053ac58df36b489b3e345 (diff)
downloadscummvm-rg350-217360d0c5a0b8289c16b22fc46782c475fcc9f5.tar.gz
scummvm-rg350-217360d0c5a0b8289c16b22fc46782c475fcc9f5.tar.bz2
scummvm-rg350-217360d0c5a0b8289c16b22fc46782c475fcc9f5.zip
TITANIC: Add new derived Rect and Point classes
Diffstat (limited to 'engines/titanic/main_game_window.h')
-rw-r--r--engines/titanic/main_game_window.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/engines/titanic/main_game_window.h b/engines/titanic/main_game_window.h
index 549637b5dd..42517f5a08 100644
--- a/engines/titanic/main_game_window.h
+++ b/engines/titanic/main_game_window.h
@@ -55,9 +55,15 @@ private:
*/
void drawPet(CScreenManager *screenManager);
- void draw1();
+ /**
+ * Draws the background for the view
+ */
+ void drawView();
- void draw2(CScreenManager *screenManager);
+ /**
+ * Draws all the items within the view
+ */
+ void drawViewContents(CScreenManager *screenManager);
public:
CGameView *_gameView;
CGameManager *_gameManager;