aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xeen.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-02-01 20:15:09 -0500
committerPaul Gilbert2018-02-01 20:15:09 -0500
commit39b2a2f13787d254db2b227d74421a2a50eeedd3 (patch)
tree0546698d16e115f5abe620977abfe3a2d146bb43 /engines/xeen/xeen.h
parent7f53a0cd31f07cdcc9610b3c6972002e296ff0ee (diff)
downloadscummvm-rg350-39b2a2f13787d254db2b227d74421a2a50eeedd3.tar.gz
scummvm-rg350-39b2a2f13787d254db2b227d74421a2a50eeedd3.tar.bz2
scummvm-rg350-39b2a2f13787d254db2b227d74421a2a50eeedd3.zip
XEEN: Implemented remainder of World of Xeen ending
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);