aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dialog.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-25 16:47:03 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit63fc9fb27d684d69770cb626963d341c2f1aab77 (patch)
treeb4e9cb29aacc67604711b6624b1fb53d1c4dd11b /engines/dm/dialog.h
parente8bdaee8bf1404f42203c69def0a1f834f2ad386 (diff)
downloadscummvm-rg350-63fc9fb27d684d69770cb626963d341c2f1aab77.tar.gz
scummvm-rg350-63fc9fb27d684d69770cb626963d341c2f1aab77.tar.bz2
scummvm-rg350-63fc9fb27d684d69770cb626963d341c2f1aab77.zip
DM: Add f427_dialogDraw, f425_printCenteredChoice, f426_isMessageOnTwoLines
Diffstat (limited to 'engines/dm/dialog.h')
-rw-r--r--engines/dm/dialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/dm/dialog.h b/engines/dm/dialog.h
index 1cd5a6f441..2dd3e5bd2a 100644
--- a/engines/dm/dialog.h
+++ b/engines/dm/dialog.h
@@ -34,6 +34,10 @@ class DialogMan {
DMEngine *_vm;
public:
explicit DialogMan(DMEngine *vm);
+ void f427_dialogDraw(char *msg1, char *msg2, char *choice1, char *choice2,
+ char *choice3, char *choice4, bool screenDialog, bool clearScreen, bool fading); // @ F0427_DIALOG_Draw
+ void f425_printCenteredChoice(byte *bitmap, char *str, int16 posX, int16 posY); // @ F0425_DIALOG_PrintCenteredChoice
+ bool f426_isMessageOnTwoLines(char *str, char *part1, char *part2); // @ F0426_DIALOG_IsMessageOnTwoLines
};
} \ No newline at end of file