aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/module.mk
AgeCommit message (Collapse)Author
2016-08-26DM: Add dungeonman.o to module.mk, fix _bitmaps memory leakWinterGrascph
2016-08-26DM: Create DisplayMan, add support parsing IMG0 filesWinterGrascph
Add display manager named DisplayMan with functions: setUpScreens(), loadGraphics() (which loads graphics from the graphics.dat file), setPalette(..), loadIntoBitmap(..) which loads the requested image into a bitmap and blitToScreen(..)
2016-08-26DM: Create engine and detection with dummy dataWinterGrascph