aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/statics.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-07 12:12:31 +0200
committerEugene Sandulenko2016-09-07 12:12:31 +0200
commita021b4c7e8c811f56c522e69f1723d29d7c36cc7 (patch)
treeee7f2ae3496416003ed9dff505cae01275a58e0a /engines/fullpipe/statics.h
parent5dddde199fef11650f635c666dd797df011fcdb3 (diff)
downloadscummvm-rg350-a021b4c7e8c811f56c522e69f1723d29d7c36cc7.tar.gz
scummvm-rg350-a021b4c7e8c811f56c522e69f1723d29d7c36cc7.tar.bz2
scummvm-rg350-a021b4c7e8c811f56c522e69f1723d29d7c36cc7.zip
FULLPIPE: Added and using StaticANIObject::isPixelHitAtPos()
Diffstat (limited to 'engines/fullpipe/statics.h')
-rw-r--r--engines/fullpipe/statics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/statics.h b/engines/fullpipe/statics.h
index 5082d501b3..6206fef4de 100644
--- a/engines/fullpipe/statics.h
+++ b/engines/fullpipe/statics.h
@@ -258,6 +258,7 @@ public:
void changeStatics2(int objId);
bool getPixelAtPos(int x, int y, int *pixel, bool hitOnly = false);
+ bool isPixelHitAtPos(int x, int y);
};
struct MovTable {