From f3415b762eede6481cbfcb48faecfec505150eab Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 16 Mar 2014 14:53:10 -0400 Subject: MADS: Implemented lots of Player methods --- engines/mads/scene_data.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines/mads/scene_data.h') 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 -- cgit v1.2.3