aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/locations.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-12-14 21:26:20 -0500
committerPaul Gilbert2017-12-14 21:26:20 -0500
commit86640604d7c4ac84131cb3ea0d9a23e5ad7200a0 (patch)
treee856566bd2faa15b9e2e67b0bc3287b2978523f7 /engines/xeen/locations.h
parent4f1025378f77664404e37ec66f22b2902e611e8b (diff)
downloadscummvm-rg350-86640604d7c4ac84131cb3ea0d9a23e5ad7200a0.tar.gz
scummvm-rg350-86640604d7c4ac84131cb3ea0d9a23e5ad7200a0.tar.bz2
scummvm-rg350-86640604d7c4ac84131cb3ea0d9a23e5ad7200a0.zip
XEEN: Added Reaper cutscene code
Diffstat (limited to 'engines/xeen/locations.h')
-rw-r--r--engines/xeen/locations.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/xeen/locations.h b/engines/xeen/locations.h
index 8e3afbd358..89be896d39 100644
--- a/engines/xeen/locations.h
+++ b/engines/xeen/locations.h
@@ -264,9 +264,19 @@ public:
};
class ReaperCutscene : public CutsceneLocation {
+private:
+ /**
+ * Get the new location
+ */
+ void getNewLocation();
public:
ReaperCutscene();
virtual ~ReaperCutscene() {}
+
+ /**
+ * Show the town location
+ */
+ virtual int show();
};
class GolemCutscene : public CutsceneLocation {