diff options
Diffstat (limited to 'engines/gnap/gamesys.h')
-rw-r--r-- | engines/gnap/gamesys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gnap/gamesys.h b/engines/gnap/gamesys.h index fc137eb65c..a011a616f5 100644 --- a/engines/gnap/gamesys.h +++ b/engines/gnap/gamesys.h @@ -119,6 +119,7 @@ public: Graphics::Surface *createSurface(int resourceId); void drawSpriteToSurface(Graphics::Surface *surface, int x, int y, int resourceId); void drawTextToSurface(Graphics::Surface *surface, int x, int y, byte r, byte g, byte b, const char *text); + int getTextHeight(const char *text); int getTextWidth(const char *text); void fillSurface(Graphics::Surface *surface, int x, int y, int width, int height, byte r, byte g, byte b); void setAnimation(int sequenceId, int id, int animationIndex); |