aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xeen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/xeen.h')
-rw-r--r--engines/xeen/xeen.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/xeen/xeen.h b/engines/xeen/xeen.h
index 34ed53857c..a8e6441459 100644
--- a/engines/xeen/xeen.h
+++ b/engines/xeen/xeen.h
@@ -202,8 +202,11 @@ public:
/**
* Show a cutscene
+ * @param name Name of cutscene
+ * @param status For World of Xeen, Goober status
+ * @param score Final score
*/
- virtual void showCutscene(const Common::String &name) {}
+ virtual void showCutscene(const Common::String &name, int status, uint score) {}
static Common::String printMil(uint value);