mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
SCUMM: Made displayMessage() public
This commit is contained in:
parent
4ba4884c37
commit
f0037adb55
@ -501,8 +501,10 @@ protected:
|
||||
void messageDialog(const char *message);
|
||||
void versionDialog();
|
||||
|
||||
public:
|
||||
char displayMessage(const char *altButton, const char *message, ...) GCC_PRINTF(3, 4);
|
||||
|
||||
protected:
|
||||
byte _fastMode;
|
||||
|
||||
byte _numActors;
|
||||
|
Loading…
Reference in New Issue
Block a user