aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/font.h
diff options
context:
space:
mode:
authorBLooperZ2019-10-14 21:09:32 +0300
committerEugene Sandulenko2019-11-18 02:02:14 +0100
commitff039617bb8bfa832efbf4249c84d9e242f19568 (patch)
tree265b39df0aad71d67e9e159dde2586a4088346c3 /engines/toon/font.h
parentf7e039d3c2d62a51f619e4b4a246fd8b58862609 (diff)
downloadscummvm-rg350-ff039617bb8bfa832efbf4249c84d9e242f19568.tar.gz
scummvm-rg350-ff039617bb8bfa832efbf4249c84d9e242f19568.tar.bz2
scummvm-rg350-ff039617bb8bfa832efbf4249c84d9e242f19568.zip
TOON: formatting
Diffstat (limited to 'engines/toon/font.h')
-rw-r--r--engines/toon/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/font.h b/engines/toon/font.h
index 48d4b8531d..e6cf916fe3 100644
--- a/engines/toon/font.h
+++ b/engines/toon/font.h
@@ -35,7 +35,7 @@ public:
void setFont(Animation *font);
void computeSize(const Common::String &origText, int16 *retX, int16 *retY);
void renderText(int16 x, int16 y, const Common::String &origText, int32 mode);
- void renderMultiLineText(int16 x, int16 y, const Common::String &origText, int32 mode, Graphics::Surface& frame);
+ void renderMultiLineText(int16 x, int16 y, const Common::String &origText, int32 mode, Graphics::Surface &frame);
void setFontColorByCharacter(int32 characterId);
void setFontColor(int32 fontColor1, int32 fontColor2, int32 fontColor3);
protected: