From f0c0fd5922fbad5cfb577abe885c9b8e1ac56174 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 23 Jun 2015 19:01:41 -0400 Subject: SHERLOCK: RT: Implement message box ui mode --- engines/sherlock/tattoo/tattoo_user_interface.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines/sherlock/tattoo/tattoo_user_interface.h') diff --git a/engines/sherlock/tattoo/tattoo_user_interface.h b/engines/sherlock/tattoo/tattoo_user_interface.h index bb9e1d91a2..44ba7caf96 100644 --- a/engines/sherlock/tattoo/tattoo_user_interface.h +++ b/engines/sherlock/tattoo/tattoo_user_interface.h @@ -198,7 +198,10 @@ public: */ void pickUpObject(int objNum); - void putMessage(const Common::String &str); + /** + * This will display a text message in a dialog at the bottom of the screen + */ + void putMessage(const char *formatStr, ...) GCC_PRINTF(2, 3); /** * Makes a greyscale translation table for each palette entry in the table -- cgit v1.2.3