aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/utils.h')
-rw-r--r--engines/tony/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tony/utils.h b/engines/tony/utils.h
index e7f943b231..f755a57c39 100644
--- a/engines/tony/utils.h
+++ b/engines/tony/utils.h
@@ -279,6 +279,7 @@ public:
int height() const;
bool isEmpty() const;
int size() const;
+ operator Common::Rect() const;
// Set
void setRect(int x1, int y1, int x2, int y2);