aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/gfx.h
diff options
context:
space:
mode:
authorWinterGrascph2016-05-21 21:09:09 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitf591cbbcf350b0f61cb2441bd4a89a7b45e3c689 (patch)
treeb661320766c6304d5070ba4601e11df5ead43b85 /engines/dm/gfx.h
parent807fda8a9a3d7b975a749c6d82232526bc43281d (diff)
downloadscummvm-rg350-f591cbbcf350b0f61cb2441bd4a89a7b45e3c689.tar.gz
scummvm-rg350-f591cbbcf350b0f61cb2441bd4a89a7b45e3c689.tar.bz2
scummvm-rg350-f591cbbcf350b0f61cb2441bd4a89a7b45e3c689.zip
DM: Add dummy movement code for testing
Diffstat (limited to 'engines/dm/gfx.h')
-rw-r--r--engines/dm/gfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dm/gfx.h b/engines/dm/gfx.h
index 8b59d5194a..d558e812a7 100644
--- a/engines/dm/gfx.h
+++ b/engines/dm/gfx.h
@@ -116,6 +116,7 @@ class DisplayMan {
void loadIntoBitmap(uint16 index, byte *destBitmap); // @ F0466_EXPAND_GraphicToBitmap
void unpackGraphics();
+ // @ F0104_DUNGEONVIEW_DrawFloorPitOrStairsBitmap
void drawWallSetBitmap(byte *bitmap, Frame &f); // @ F0100_DUNGEONVIEW_DrawWallSetBitmap
void drawWallSetBitmapWithoutTransparency(byte *bitmap, Frame &f); // @ F0101_DUNGEONVIEW_DrawWallSetBitmapWithoutTransparency
void drawSquareD3L(direction dir, int16 posX, int16 posY); // @ F0116_DUNGEONVIEW_DrawSquareD3L