From 8b419944eee013fe45909b15e0375531383dd25b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 15 May 2003 21:57:38 +0000 Subject: ScummPoint -> ScummVM::Point svn-id: r7543 --- scumm/boxes.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'scumm/boxes.h') diff --git a/scumm/boxes.h b/scumm/boxes.h index 98c7751ebc..1fffd7f285 100644 --- a/scumm/boxes.h +++ b/scumm/boxes.h @@ -23,6 +23,8 @@ #ifndef BOXES_H #define BOXES_H +#include "common/rect.h" + #define SIZEOF_BOX_V2 8 #define SIZEOF_BOX_V3 18 #define SIZEOF_BOX 20 @@ -42,10 +44,10 @@ struct AdjustBoxResult { /* Result type of AdjustBox functions */ }; struct BoxCoords { /* Box coordinates */ - ScummPoint ul; - ScummPoint ur; - ScummPoint ll; - ScummPoint lr; + ScummVM::Point ul; + ScummVM::Point ur; + ScummVM::Point ll; + ScummVM::Point lr; }; struct Box; -- cgit v1.2.3