aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/msurface.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/msurface.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/msurface.h')
-rw-r--r--engines/mads/msurface.h4
1 files changed, 4 insertions, 0 deletions
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