aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/statics.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-10-27 00:50:27 +0300
committerEugene Sandulenko2013-10-27 00:50:49 +0300
commit9f92561df3d24cec093559b733f83f69d492581f (patch)
treeb09c38585f4dae91786b6fbb6f220a33c0477ea7 /engines/fullpipe/statics.h
parent7089444e0b862fdfab5dc63a3058374cdd55c9cb (diff)
downloadscummvm-rg350-9f92561df3d24cec093559b733f83f69d492581f.tar.gz
scummvm-rg350-9f92561df3d24cec093559b733f83f69d492581f.tar.bz2
scummvm-rg350-9f92561df3d24cec093559b733f83f69d492581f.zip
FULLPIPE: Implement StaticANIObject::getSomeXY()
Diffstat (limited to 'engines/fullpipe/statics.h')
-rw-r--r--engines/fullpipe/statics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/statics.h b/engines/fullpipe/statics.h
index 370f540792..49ebc8edf7 100644
--- a/engines/fullpipe/statics.h
+++ b/engines/fullpipe/statics.h
@@ -204,6 +204,8 @@ class StaticANIObject : public GameObject {
Movement *getMovementByName(char *name);
Common::Point *getCurrDimensions(Common::Point &p);
+ Common::Point *getSomeXY(Common::Point &p);
+
void clearFlags();
void setFlags40(bool state);
bool isIdle();