aboutsummaryrefslogtreecommitdiff
path: root/engines/bbvs/bbvs.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bbvs/bbvs.h')
-rw-r--r--engines/bbvs/bbvs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/bbvs/bbvs.h b/engines/bbvs/bbvs.h
index 4a134032de..5853b8074e 100644
--- a/engines/bbvs/bbvs.h
+++ b/engines/bbvs/bbvs.h
@@ -341,7 +341,6 @@ public:
void walkObject(SceneObject *sceneObject, const Common::Point &destPt, int walkSpeed);
void turnObject(SceneObject *sceneObject);
- bool rectIntersection(const Common::Rect &rect1, const Common::Rect &rect2, Common::Rect &outRect);
int rectSubtract(const Common::Rect &rect1, const Common::Rect &rect2, Common::Rect *outRects);
WalkInfo *addWalkInfo(int16 x, int16 y, int delta, int direction, int16 midPtX, int16 midPtY, int walkAreaIndex);