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/msurface.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/mads/msurface.h') diff --git a/engines/mads/msurface.h b/engines/mads/msurface.h index 37ab305fb0..7cf2bbe15b 100644 --- a/engines/mads/msurface.h +++ b/engines/mads/msurface.h @@ -223,6 +223,10 @@ public: * Returns the depth at a given position */ int getDepth(const Common::Point &pt); + + /** + */ + int getDepthHighBit(const Common::Point &pt); }; } // End of namespace MADS -- cgit v1.2.3