From 494682de90e7fb0d01cdd32c473e58b564f25eaf Mon Sep 17 00:00:00 2001 From: Walter van Niftrik Date: Mon, 27 Feb 2017 22:45:48 +0100 Subject: ADL: Add byte-access functions to Display class --- engines/adl/display.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/adl/display.h') diff --git a/engines/adl/display.h b/engines/adl/display.h index da083e85b7..c1c0f410fe 100644 --- a/engines/adl/display.h +++ b/engines/adl/display.h @@ -67,8 +67,10 @@ public: static void loadFrameBuffer(Common::ReadStream &stream, byte *dst); void loadFrameBuffer(Common::ReadStream &stream); void putPixel(const Common::Point &p, byte color); + void setPixelByte(const Common::Point &p, byte color); void setPixelBit(const Common::Point &p, byte color); void setPixelPalette(const Common::Point &p, byte color); + byte getPixelByte(const Common::Point &p) const; bool getPixelBit(const Common::Point &p) const; void clear(byte color); -- cgit v1.2.3