aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/text.h')
-rw-r--r--engines/agi/text.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/agi/text.h b/engines/agi/text.h
index 97f18e7873..1de82e56fa 100644
--- a/engines/agi/text.h
+++ b/engines/agi/text.h
@@ -130,7 +130,12 @@ public:
void printAt(int16 textNr, int16 textPos_Row, int16 textPos_Column, int16 text_Width);
void print(int16 textNr);
+
bool messageBox(const char *textPtr);
+ void messageBox_CharPress(uint16 newKey);
+
+ bool _messageBoxCancelled;
+
void drawMessageBox(const char *textPtr, int16 wantedHeight = 0, int16 wantedWidth = 0, bool wantedForced = false);
void closeWindow();