aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene_data.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-16 14:53:10 -0400
committerPaul Gilbert2014-03-16 14:53:10 -0400
commitf3415b762eede6481cbfcb48faecfec505150eab (patch)
tree0a7ab06655e724c417ad4aade16359722b15f7a6 /engines/mads/scene_data.h
parent834cf846f14ac613b96a662b9701380e7a132d9b (diff)
downloadscummvm-rg350-f3415b762eede6481cbfcb48faecfec505150eab.tar.gz
scummvm-rg350-f3415b762eede6481cbfcb48faecfec505150eab.tar.bz2
scummvm-rg350-f3415b762eede6481cbfcb48faecfec505150eab.zip
MADS: Implemented lots of Player methods
Diffstat (limited to 'engines/mads/scene_data.h')
-rw-r--r--engines/mads/scene_data.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/mads/scene_data.h b/engines/mads/scene_data.h
index ffea369166..00edefbf91 100644
--- a/engines/mads/scene_data.h
+++ b/engines/mads/scene_data.h
@@ -251,6 +251,9 @@ class SceneInfo {
void load(Common::SeekableReadStream *f);
};
+
+
+ int getRouteFlags(const Common::Point &src, const Common::Point &dest, MSurface &depthSurface);
protected:
MADSEngine *_vm;
@@ -301,6 +304,11 @@ public:
*/
void load(int sceneId, int flags, const Common::String &resName, int v3,
MSurface &depthSurface, MSurface &bgSurface);
+
+ /**
+ * Set up a route node
+ */
+ void setRouteNode(int nodeIndex, const Common::Point &pt, MSurface &depthSurface);
};
} // End of namespace MADS