aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-04-29 14:33:29 +0000
committerJohannes Schickel2008-04-29 14:33:29 +0000
commitca7f7e2a3b6392af526ccbd4a624768e2617c6e9 (patch)
tree488543cf5ba949aaf720202d0a5a3300dc320b48 /engines/kyra/screen.h
parent4d5c6d1afb3e883a1dad5373144431cacf9a9b97 (diff)
downloadscummvm-rg350-ca7f7e2a3b6392af526ccbd4a624768e2617c6e9.tar.gz
scummvm-rg350-ca7f7e2a3b6392af526ccbd4a624768e2617c6e9.tar.bz2
scummvm-rg350-ca7f7e2a3b6392af526ccbd4a624768e2617c6e9.zip
Various cleanup.
svn-id: r31772
Diffstat (limited to 'engines/kyra/screen.h')
-rw-r--r--engines/kyra/screen.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/kyra/screen.h b/engines/kyra/screen.h
index 9eb2c835a4..5e806b36fc 100644
--- a/engines/kyra/screen.h
+++ b/engines/kyra/screen.h
@@ -36,7 +36,11 @@ namespace Kyra {
typedef Common::Functor0<void> UpdateFunctor;
class KyraEngine;
-struct Rect;
+
+struct Rect {
+ int x, y;
+ int x2, y2;
+};
struct ScreenDim {
uint16 sx;