aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/graphics.h
diff options
context:
space:
mode:
authorjohndoe1232014-03-11 17:59:59 +0100
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commit12645cbb8cb90adb5917b554e14142bf33d0f70a (patch)
treeaebaf66b54c0746ee2c991f2bdd68e5123c4c1c8 /engines/illusions/graphics.h
parente0a3db43c3eed0c5bb7f94f408e5534aff1ea17a (diff)
downloadscummvm-rg350-12645cbb8cb90adb5917b554e14142bf33d0f70a.tar.gz
scummvm-rg350-12645cbb8cb90adb5917b554e14142bf33d0f70a.tar.bz2
scummvm-rg350-12645cbb8cb90adb5917b554e14142bf33d0f70a.zip
ILLUSIONS: Some work on the Camera class; start with time functions
Diffstat (limited to 'engines/illusions/graphics.h')
-rw-r--r--engines/illusions/graphics.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/illusions/graphics.h b/engines/illusions/graphics.h
index 0b16a0c91d..5a5cb02d7a 100644
--- a/engines/illusions/graphics.h
+++ b/engines/illusions/graphics.h
@@ -39,6 +39,11 @@ struct SurfInfo {
void load(Common::SeekableReadStream &stream);
};
+struct WRect {
+ Common::Point _topLeft;
+ Common::Point _bottomRight;
+};
+
void loadPoint(Common::SeekableReadStream &stream, Common::Point &pt);
} // End of namespace Illusions