aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactext.h
diff options
context:
space:
mode:
authorEugene Sandulenko2017-07-30 08:52:52 +0200
committerEugene Sandulenko2017-08-01 10:42:21 +0200
commit68cd5c8868ade8ebfd331e4fea25d47fe899dc42 (patch)
treeab298fcbf03c1ca015e29bfbbb58e3e4c8af19a4 /graphics/macgui/mactext.h
parent6443bee147a1f5a5fd969d1e59695e13e9f79fb6 (diff)
downloadscummvm-rg350-68cd5c8868ade8ebfd331e4fea25d47fe899dc42.tar.gz
scummvm-rg350-68cd5c8868ade8ebfd331e4fea25d47fe899dc42.tar.bz2
scummvm-rg350-68cd5c8868ade8ebfd331e4fea25d47fe899dc42.zip
GRAPHICS: MACGUI: Added method to remove last line from MacText
Diffstat (limited to 'graphics/macgui/mactext.h')
-rw-r--r--graphics/macgui/mactext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/macgui/mactext.h b/graphics/macgui/mactext.h
index 3870451014..526d5266dc 100644
--- a/graphics/macgui/mactext.h
+++ b/graphics/macgui/mactext.h
@@ -101,6 +101,7 @@ public:
void appendTextDefault(Common::String str);
void clearText();
void replaceLastLine(Common::String str);
+ void removeLastLine();
int getLineCount() { return _textLines.size(); }
void render();