From 68cd5c8868ade8ebfd331e4fea25d47fe899dc42 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 30 Jul 2017 08:52:52 +0200 Subject: GRAPHICS: MACGUI: Added method to remove last line from MacText --- graphics/macgui/mactext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/macgui/mactext.h') 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(); -- cgit v1.2.3