aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/font.h
diff options
context:
space:
mode:
authorEugene Sandulenko2018-03-26 23:54:58 +0200
committerEugene Sandulenko2018-03-27 01:07:38 +0200
commit20c8b949a9a790f7d2b2110587109f9767822de6 (patch)
treeac4142623cba3c9335ddf076f472e6e3f8dc187c /engines/bladerunner/font.h
parent5e81dc3f8fc08558f76cb81d83e842461cc70d25 (diff)
downloadscummvm-rg350-20c8b949a9a790f7d2b2110587109f9767822de6.tar.gz
scummvm-rg350-20c8b949a9a790f7d2b2110587109f9767822de6.tar.bz2
scummvm-rg350-20c8b949a9a790f7d2b2110587109f9767822de6.zip
BLADERUNNER: Implement Scores::tick()
Diffstat (limited to 'engines/bladerunner/font.h')
-rw-r--r--engines/bladerunner/font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/bladerunner/font.h b/engines/bladerunner/font.h
index 9302520153..4af25468c6 100644
--- a/engines/bladerunner/font.h
+++ b/engines/bladerunner/font.h
@@ -69,6 +69,7 @@ public:
void draw(const Common::String &text, Graphics::Surface &surface, int x, int y) const;
void drawColor(const Common::String &text, Graphics::Surface &surface, int x, int y, uint16 color);
+ void drawNumber(int num, Graphics::Surface &surface, int x, int y) const;
int getTextWidth(const Common::String &text) const;
int getTextHeight(const Common::String &text) const;