From 999f813dc353f351ce27aeb555ae81789ad449f3 Mon Sep 17 00:00:00 2001 From: sluicebox Date: Wed, 25 Sep 2019 21:00:48 -0700 Subject: SCI32: Add QFG4 character import message box Adds the ScummVM message box explaining saved character files to the QFG4 import character screen. --- engines/sci/sci.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/sci/sci.h') diff --git a/engines/sci/sci.h b/engines/sci/sci.h index 353cf5b676..8dd73ef5b3 100644 --- a/engines/sci/sci.h +++ b/engines/sci/sci.h @@ -312,6 +312,9 @@ public: */ int inQfGImportRoom() const; + /* Shows a ScummVM message box explaining how to import Qfg saved character files */ + void showQfgImportMessageBox() const; + void sleep(uint32 msecs); void scriptDebug(); -- cgit v1.2.3