35 kDMDialogCommandSetViewport = 0,
36 kDMDialogCommandSetScreen = 1,
37 kDMDialogCommandSetUnknown = 2
41 kDMDialogChoiceNone = 0,
51 uint16 _selectedDialogChoice;
53 void dialogDraw(
const char *msg1,
const char *msg2,
const char *choice1,
const char *choice2,
54 const char *choice3,
const char *choice4,
bool screenDialog,
bool clearScreen,
bool fading);
55 void printCenteredChoice(byte *bitmap,
const char *str, int16 posX, int16 posY);
56 bool isMessageOnTwoLines(
const char *str,
char *part1,
char *part2);
57 int16 getChoice(uint16 choiceCount, uint16 dialogSetIndex, int16 driveType, int16 automaticChoiceIfFlopyInDrive);
Definition: champion.h:35