aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/gfx.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-18 17:18:01 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit7a255919994af82f4a09915f5586f9756ca0348a (patch)
tree07e14d06486a96c114a8c0698c6c944c486ca3c8 /engines/dm/gfx.h
parenta2328b9eb2867c4b6ce78c4e4bab0c7f3a6cb620 (diff)
downloadscummvm-rg350-7a255919994af82f4a09915f5586f9756ca0348a.tar.gz
scummvm-rg350-7a255919994af82f4a09915f5586f9756ca0348a.tar.bz2
scummvm-rg350-7a255919994af82f4a09915f5586f9756ca0348a.zip
DM: Rearrange main parts to better align with the original
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 cf06f1c7eb..241d45bfda 100644
--- a/engines/dm/gfx.h
+++ b/engines/dm/gfx.h
@@ -245,8 +245,6 @@ class DisplayMan {
void drawSquareD0R(direction dir, int16 posX, int16 posY); // @ F0126_DUNGEONVIEW_DrawSquareD0R
void drawSquareD0C(direction dir, int16 posX, int16 posY); // @ F0127_DUNGEONVIEW_DrawSquareD0C
- void loadWallSet(WallSet set); // @ F0095_DUNGEONVIEW_LoadWallSet
- void loadFloorSet(FloorSet set); // @ F0094_DUNGEONVIEW_LoadFloorSet
void applyCreatureReplColors(int replacedColor, int replacementColor); // @ F0093_DUNGEONVIEW_ApplyCreatureReplacementColors
@@ -258,6 +256,9 @@ public:
DisplayMan(DMEngine *dmEngine);
~DisplayMan();
+ void loadWallSet(WallSet set); // @ F0095_DUNGEONVIEW_LoadWallSet
+ void loadFloorSet(FloorSet set); // @ F0094_DUNGEONVIEW_LoadFloorSet
+
void setUpScreens(uint16 width, uint16 height);
void loadGraphics(); // @ F0479_MEMORY_ReadGraphicsDatHeader, F0460_START_InitializeGraphicData
void loadCurrentMapGraphics();