aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/frameout.h
diff options
context:
space:
mode:
authorFilippos Karapetis2018-08-25 12:04:26 +0300
committerFilippos Karapetis2018-08-25 12:39:12 +0300
commit66cbaeefe20967348bb5306272f937dba0281021 (patch)
treed7edaa68dbd2159273726dbf774dfa018d7ca884 /engines/sci/graphics/frameout.h
parent82e8bc43e60ce5908097d62be1b2fbb59c4679e8 (diff)
downloadscummvm-rg350-66cbaeefe20967348bb5306272f937dba0281021.tar.gz
scummvm-rg350-66cbaeefe20967348bb5306272f937dba0281021.tar.bz2
scummvm-rg350-66cbaeefe20967348bb5306272f937dba0281021.zip
SCI32: Adapt the pathfinding debug code to work woth SCI32 games
Diffstat (limited to 'engines/sci/graphics/frameout.h')
-rw-r--r--engines/sci/graphics/frameout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/graphics/frameout.h b/engines/sci/graphics/frameout.h
index eddf88f523..f67d53164b 100644
--- a/engines/sci/graphics/frameout.h
+++ b/engines/sci/graphics/frameout.h
@@ -288,6 +288,8 @@ public:
*/
void shakeScreen(const int16 numShakes, const ShakeDirection direction);
+ Plane *getTopVisiblePlane();
+
private:
/**
* The last time the hardware screen was updated.