From 9d3460e9f707b1d53534e45c19e15bbb247eba70 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 31 Aug 2014 02:18:02 +0200 Subject: ACCESS: Implement printText() --- engines/access/access.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'engines/access/access.h') diff --git a/engines/access/access.h b/engines/access/access.h index 725e1fc87f..42ba49fd5d 100644 --- a/engines/access/access.h +++ b/engines/access/access.h @@ -113,8 +113,6 @@ protected: */ void doRoom(); - void speakText(ASurface *s, Common::ArraymsgArr); - /** * Support method that generates a savegame name * @param slot Slot number @@ -270,6 +268,12 @@ public: void freeChar(); + /** + * Draw a string on a given surface and update text positioning + */ + void printText(ASurface *s, Common::String &msg); + void speakText(ASurface *s, Common::ArraymsgArr); + /** * Load a savegame */ -- cgit v1.2.3