aboutsummaryrefslogtreecommitdiff
path: root/scumm/boxes.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/boxes.h')
-rw-r--r--scumm/boxes.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/scumm/boxes.h b/scumm/boxes.h
index 583c3cc889..e0ab671d5c 100644
--- a/scumm/boxes.h
+++ b/scumm/boxes.h
@@ -39,10 +39,10 @@ typedef enum {
} BoxFlags;
struct BoxCoords { /* Box coordinates */
- ScummVM::Point ul;
- ScummVM::Point ur;
- ScummVM::Point ll;
- ScummVM::Point lr;
+ Common::Point ul;
+ Common::Point ur;
+ Common::Point ll;
+ Common::Point lr;
};
#endif