aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/gfx.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-02 17:54:47 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitc5f118079c943de4a1a721b8fd6d0932ea1eee52 (patch)
tree96d6b892f638f78075ffdf813adc0df9c2245d94 /engines/dm/gfx.h
parent683230207ccf7c0b3659b082a1dd68a621788621 (diff)
downloadscummvm-rg350-c5f118079c943de4a1a721b8fd6d0932ea1eee52.tar.gz
scummvm-rg350-c5f118079c943de4a1a721b8fd6d0932ea1eee52.tar.bz2
scummvm-rg350-c5f118079c943de4a1a721b8fd6d0932ea1eee52.zip
DM: Renaming stuff
Diffstat (limited to 'engines/dm/gfx.h')
-rw-r--r--engines/dm/gfx.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/dm/gfx.h b/engines/dm/gfx.h
index 039d270398..2a30c53978 100644
--- a/engines/dm/gfx.h
+++ b/engines/dm/gfx.h
@@ -565,11 +565,12 @@ public:
void flipBitmapVertical(byte *bitmap, uint16 width, uint16 height);
byte *getExplosionBitmap(uint16 explosionAspIndex, uint16 scale, int16 &returnPixelWidth, int16 &returnHeight); // @ F0114_DUNGEONVIEW_GetExplosionBitmap
- void clearBitmap(byte *bitmap, uint16 width, uint16 height, Color color);
+ void f134_fillBitmap(byte *bitmap, uint16 width, uint16 height, Color color); // @ F0134_VIDEO_FillBitmap
void clearScreen(Color color);
- void clearScreenBox(Color color, Box &box, Viewport &viewport = gDefultViewPort); // @ D24_FillScreenBox
+ void clearScreenBox(Color color, Box &box, Viewport &viewport = gDefultViewPort); // @ D24_FillScreenBox, F0550_VIDEO_FillScreenBox
void drawDungeon(direction dir, int16 posX, int16 posY); // @ F0128_DUNGEONVIEW_Draw_CPSF
void updateScreen();
+
byte* getBitmap(uint16 index);
Common::MemoryReadStream getCompressedData(uint16 index);
uint32 getCompressedDataSize(uint16 index);