aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/locations.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-12-13 21:40:35 -0500
committerPaul Gilbert2017-12-13 21:40:35 -0500
commit19779d2605924ccdb17b60969783e3b8be81d99f (patch)
tree424d627325f6884e9dac64ae0b9ee8736884f5d5 /engines/xeen/locations.h
parent789a38b38c91af973bd6e2c6f4b944c50399cbf4 (diff)
downloadscummvm-rg350-19779d2605924ccdb17b60969783e3b8be81d99f.tar.gz
scummvm-rg350-19779d2605924ccdb17b60969783e3b8be81d99f.tar.bz2
scummvm-rg350-19779d2605924ccdb17b60969783e3b8be81d99f.zip
XEEN: Added Gole 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 91df5614cf..8e3afbd358 100644
--- a/engines/xeen/locations.h
+++ b/engines/xeen/locations.h
@@ -270,9 +270,19 @@ public:
};
class GolemCutscene : public CutsceneLocation {
+private:
+ /**
+ * Get the new location
+ */
+ void getNewLocation();
public:
GolemCutscene();
virtual ~GolemCutscene() {}
+
+ /**
+ * Show the town location
+ */
+ virtual int show();
};
class DwarfCutscene : public CutsceneLocation {