diff options
Diffstat (limited to 'engines/titanic/core/game_object.h')
-rw-r--r-- | engines/titanic/core/game_object.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/core/game_object.h b/engines/titanic/core/game_object.h index f853a63bbb..cdb5f6906a 100644 --- a/engines/titanic/core/game_object.h +++ b/engines/titanic/core/game_object.h @@ -350,6 +350,11 @@ protected: void playClip(uint startFrame, uint endFrame); /** + * Play a cutscene + */ + void playCutscene(uint startFrame, uint endFrame); + + /** * Play a clip randomly from a passed list of names */ void playRandomClip(const char *const *names, uint flags); |