aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/gfx.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-15 12:11:02 +0530
committerEugene Sandulenko2019-09-03 17:17:20 +0200
commit26210cfce662880ca5daeeab1f203e86cbbbae63 (patch)
tree23cf83a128f44b57c69f7b8f828b27787aa408cf /engines/hdb/gfx.h
parentfa7593d7d56af3ccf8a21656684e98f82ce5f4cb (diff)
downloadscummvm-rg350-26210cfce662880ca5daeeab1f203e86cbbbae63.tar.gz
scummvm-rg350-26210cfce662880ca5daeeab1f203e86cbbbae63.tar.bz2
scummvm-rg350-26210cfce662880ca5daeeab1f203e86cbbbae63.zip
HDB: Add drawDebugInfo()
Diffstat (limited to 'engines/hdb/gfx.h')
-rw-r--r--engines/hdb/gfx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/gfx.h b/engines/hdb/gfx.h
index 410b2f1599..119c5682e1 100644
--- a/engines/hdb/gfx.h
+++ b/engines/hdb/gfx.h
@@ -170,6 +170,8 @@ public:
void turnOnBonusStars(int which);
void drawBonusStars();
+ void drawDebugInfo(Tile *_debugLogo, int fps);
+
private:
int _numTiles;
TileLookup *_tLookupArray;