aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/gfx.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-03 01:15:10 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitc756d1755670ed26c0171b6207279e4c321293be (patch)
treeaef4729c2b26c2259b8cdf882904e1ab9a4bdacb /engines/dm/gfx.h
parentec0b26ce795c9f5d7ecb12a642f444183b52348e (diff)
downloadscummvm-rg350-c756d1755670ed26c0171b6207279e4c321293be.tar.gz
scummvm-rg350-c756d1755670ed26c0171b6207279e4c321293be.tar.bz2
scummvm-rg350-c756d1755670ed26c0171b6207279e4c321293be.zip
DM: Reorder DisplayMan::D24_clearScrenBox parameters
Diffstat (limited to 'engines/dm/gfx.h')
-rw-r--r--engines/dm/gfx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/dm/gfx.h b/engines/dm/gfx.h
index 1305322e72..72f9fa6cff 100644
--- a/engines/dm/gfx.h
+++ b/engines/dm/gfx.h
@@ -561,9 +561,9 @@ public:
byte *f114_getExplosionBitmap(uint16 explosionAspIndex, uint16 scale, int16 &returnPixelWidth, int16 &returnHeight); // @ F0114_DUNGEONVIEW_GetExplosionBitmap
void f134_fillBitmap(byte *bitmap, uint16 width, uint16 height, Color color); // @ F0134_VIDEO_FillBitmap
- void clearScreen(Color color);
- void D24_clearScreenBox(Color color, Box &box); // @ D24_FillScreenBox, F0550_VIDEO_FillScreenBox
- void f135_fillBoxBitmap(byte *destBitmap, Box &box, Color color, int16 pixelWidth, int16 height);
+ void fillScreen(Color color);
+ void D24_fillScreenBox(Box &box, Color color); // @ D24_FillScreenBox, F0550_VIDEO_FillScreenBox
+ void f135_fillBoxBitmap(byte *destBitmap, Box &box, Color color, int16 pixelWidth, int16 height); // @ F0135_VIDEO_FillBox
void f128_drawDungeon(direction dir, int16 posX, int16 posY); // @ F0128_DUNGEONVIEW_Draw_CPSF
void updateScreen();
void f97_drawViewport(int16 palSwitchingRequestedState); // @ F0097_DUNGEONVIEW_DrawViewport