aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/math/region.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-08-21 08:20:32 +0000
committerEugene Sandulenko2010-10-12 23:09:12 +0000
commit1d16dfd281b30627ce0ade7c6c2de0cb7e4cc985 (patch)
treeaebed8218d896782eedf28f4d9f53d6e656812dc /engines/sword25/math/region.h
parent018698467143fb2d91c4688db032a883bac8db5c (diff)
downloadscummvm-rg350-1d16dfd281b30627ce0ade7c6c2de0cb7e4cc985.tar.gz
scummvm-rg350-1d16dfd281b30627ce0ade7c6c2de0cb7e4cc985.tar.bz2
scummvm-rg350-1d16dfd281b30627ce0ade7c6c2de0cb7e4cc985.zip
SWORD25: Refactored engine to remove BS_Rect class
svn-id: r53265
Diffstat (limited to 'engines/sword25/math/region.h')
-rw-r--r--engines/sword25/math/region.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword25/math/region.h b/engines/sword25/math/region.h
index 2e89403efc..0bb9bb84b9 100644
--- a/engines/sword25/math/region.h
+++ b/engines/sword25/math/region.h
@@ -39,7 +39,7 @@
#include "sword25/kernel/persistable.h"
#include "sword25/math/vertex.h"
#include "sword25/math/polygon.h"
-#include "sword25/math/rect.h"
+#include "common/rect.h"
namespace Sword25 {
@@ -214,7 +214,7 @@ protected:
// the array is the contour, all others are the holes
Common::Array<Polygon> m_Polygons;
/// The bounding box for the region
- BS_Rect m_BoundingBox;
+ Common::Rect m_BoundingBox;
/**
* Updates the bounding box of the region.