aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/locations.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-12-12 21:42:23 -0500
committerPaul Gilbert2017-12-12 21:42:23 -0500
commit789a38b38c91af973bd6e2c6f4b944c50399cbf4 (patch)
tree4830b13a447017c2938d2d130fafdfcffbee05cd /engines/xeen/locations.h
parentb612bc3c23d9ffc6a57eedd684f1d6b10dc3c6ab (diff)
downloadscummvm-rg350-789a38b38c91af973bd6e2c6f4b944c50399cbf4.tar.gz
scummvm-rg350-789a38b38c91af973bd6e2c6f4b944c50399cbf4.tar.bz2
scummvm-rg350-789a38b38c91af973bd6e2c6f4b944c50399cbf4.zip
XEEN: Added Sphinx cutscene code
Diffstat (limited to 'engines/xeen/locations.h')
-rw-r--r--engines/xeen/locations.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/xeen/locations.h b/engines/xeen/locations.h
index e0f4838fd6..91df5614cf 100644
--- a/engines/xeen/locations.h
+++ b/engines/xeen/locations.h
@@ -300,6 +300,11 @@ private:
public:
SphinxCutscene();
virtual ~SphinxCutscene() {}
+
+ /**
+ * Show the town location
+ */
+ virtual int show();
};
class PyramidLocation : public BaseLocation {