From 0c340485e01e0c18634a496d145841afb2ac2536 Mon Sep 17 00:00:00 2001 From: Ľubomír Remák Date: Fri, 2 Nov 2018 23:26:58 +0100 Subject: MUTATIONOFJB: Draw bitmaps. Implement RB (bitmap visibility) command. Implement stub for FLX and FLB (play animation) commands. --- engines/mutationofjb/room.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/mutationofjb/room.h') diff --git a/engines/mutationofjb/room.h b/engines/mutationofjb/room.h index 083fba6335..0c29510a8d 100644 --- a/engines/mutationofjb/room.h +++ b/engines/mutationofjb/room.h @@ -45,6 +45,8 @@ public: Room(Game *game, Graphics::Screen *screen); bool load(uint8 roomNumber, bool roomB); void drawObjectAnimation(uint8 objectId, int animOffset); + void drawBitmap(uint8 bitmapId); + void drawFrames(uint8 fromFrame, uint8 toFrame, const Common::Rect &area = Common::Rect(), uint8 threshold = 0xFF); void redraw(); private: Game *_game; -- cgit v1.2.3