aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/draw-manager.h
AgeCommit message (Expand)Author
2019-09-03HDB: Add TileLookup struct and _tLookupArrayNipun Garg
2019-09-03HDB: Add MAX_SKIES enumNipun Garg
2019-09-03HDB: Add DrawMan::init to count number of tilesNipun Garg
2019-09-03HDB: Correct the include paths from X.h to hdb/X.hNipun Garg
2019-09-03HDB: Add destructors to Picture and TileNipun Garg
2019-09-03HDB: Add the Tile class to load 32x32 TilesNipun Garg
2019-09-03HDB: Add Picture class to load non-tile graphicsNipun Garg
2019-09-03HDB: Setup system for drawing Title ScreenNipun Garg
2019-09-03HDB: Create the Draw Manager to draw/animate tilesNipun Garg