diff options
Diffstat (limited to 'engines/scumm/boxes.h')
-rw-r--r-- | engines/scumm/boxes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/scumm/boxes.h b/engines/scumm/boxes.h index f504420961..9803ad60b7 100644 --- a/engines/scumm/boxes.h +++ b/engines/scumm/boxes.h @@ -50,7 +50,6 @@ struct BoxCoords { /* Box coordinates */ Common::Point lr; }; -void getGates(const BoxCoords &box1, const BoxCoords &box2, Common::Point gateA[2], Common::Point gateB[2]); bool inBoxQuickReject(const BoxCoords &box, int x, int y, int threshold); int getClosestPtOnBox(const BoxCoords &box, int x, int y, int16& outX, int16& outY); |