aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactext.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/macgui/mactext.h')
-rw-r--r--graphics/macgui/mactext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/macgui/mactext.h b/graphics/macgui/mactext.h
index 7cbf40e8bc..eb567cf2a6 100644
--- a/graphics/macgui/mactext.h
+++ b/graphics/macgui/mactext.h
@@ -116,6 +116,8 @@ public:
void getRowCol(int x, int y, int *sx, int *sy, int *row, int *col);
+ Common::String getTextChunk(int startRow, int startCol, int endRow, int endCol, bool formatted = false);
+
private:
void splitString(Common::String &s);
void render(int from, int to);