aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/gfx.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-26 22:51:13 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitead63373ca38626ff977c8b09ff2fe3c34b85da2 (patch)
treeef4d5ff26387217e6ac9ac71a73b3a6b9a537ad7 /engines/dm/gfx.h
parent0f9995851bccea18084cf05b7ef156d78ebdb8d1 (diff)
downloadscummvm-rg350-ead63373ca38626ff977c8b09ff2fe3c34b85da2.tar.gz
scummvm-rg350-ead63373ca38626ff977c8b09ff2fe3c34b85da2.tar.bz2
scummvm-rg350-ead63373ca38626ff977c8b09ff2fe3c34b85da2.zip
DM: Add stub methods, clean up warnings and some comments
Diffstat (limited to 'engines/dm/gfx.h')
-rw-r--r--engines/dm/gfx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/dm/gfx.h b/engines/dm/gfx.h
index 7de68ac4aa..563e1294ac 100644
--- a/engines/dm/gfx.h
+++ b/engines/dm/gfx.h
@@ -750,7 +750,9 @@ public:
void f493_addDerivedBitmap(int16 derivedBitmapIndex); // @ F0493_CACHE_AddDerivedBitmap
void f480_releaseBlock(uint16 index); // @ F0480_CACHE_ReleaseBlock
uint16 f431_getDarkenedColor(uint16 RGBcolor);
- void f436_STARTEND_FadeToPalette(uint16 *P0849_pui_Palette) { warning(false, "STUB: f436_STARTEND_FadeToPalette"); }
+ void f436_STARTEND_FadeToPalette(uint16 *P0849_pui_Palette) { warning(false, "STUB METHOD: f436_STARTEND_FadeToPalette"); }
+ void f508_buildPaletteChangeCopperList(uint16* middleScreen, uint16* topAndBottom) { warning(false, "STUB METHOD: f508_buildPaletteChangeCopperList"); }// @ F0508_AMIGA_BuildPaletteChangeCopperList
+ void f136_shadeScreenBox(Box* box, Color color) { warning(false, "STUB METHOD: f136_shadeScreenBox"); } // @ F0136_VIDEO_ShadeScreenBox
};
}