aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game_view.h')
-rw-r--r--engines/titanic/game_view.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/game_view.h b/engines/titanic/game_view.h
index 2e4f700ad5..bf406b5acc 100644
--- a/engines/titanic/game_view.h
+++ b/engines/titanic/game_view.h
@@ -58,6 +58,11 @@ public:
virtual void setView(CViewItem *item) = 0;
virtual void proc4() = 0;
+
+ /**
+ * Creates a surface from a specified resource
+ */
+ void createSurface(const CResourceKey &key);
};
class CSTGameView: public CGameView {