aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/graphics.h
diff options
context:
space:
mode:
authorjohndoe1232014-03-12 16:55:42 +0100
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commit4211f8ffcd74563c7f7a17c34cc14ebc7bdeee59 (patch)
treeda73b65e9eb9111e5926c83686eeb1f5911f3742 /engines/illusions/graphics.h
parent08e8f39945c6c89ffc4fa20d6fe50ca39183b00d (diff)
downloadscummvm-rg350-4211f8ffcd74563c7f7a17c34cc14ebc7bdeee59.tar.gz
scummvm-rg350-4211f8ffcd74563c7f7a17c34cc14ebc7bdeee59.tar.bz2
scummvm-rg350-4211f8ffcd74563c7f7a17c34cc14ebc7bdeee59.zip
ILLUSIONS: Start with ActorResource and related classes
Diffstat (limited to 'engines/illusions/graphics.h')
-rw-r--r--engines/illusions/graphics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/illusions/graphics.h b/engines/illusions/graphics.h
index 5a5cb02d7a..4f50f159d1 100644
--- a/engines/illusions/graphics.h
+++ b/engines/illusions/graphics.h
@@ -44,6 +44,10 @@ struct WRect {
Common::Point _bottomRight;
};
+struct RGB {
+ byte r, g, b;
+};
+
void loadPoint(Common::SeekableReadStream &stream, Common::Point &pt);
} // End of namespace Illusions