27 #ifndef MORTEVIELLE_ALERT_H 28 #define MORTEVIELLE_ALERT_H 30 #include "common/rect.h" 31 #include "common/str.h" 34 class MortevielleEngine;
36 static const int NUM_LINES = 7;
37 const int kMaxHotspots = 14;
49 void setPosition(
int ji,
int coldep,
int esp);
50 void drawAlertBox(
int firstLine,
int lineNum,
int width);
57 void checkForF8(
int SpeechNum,
bool drawFrame2Fl);
59 void displayIntroScreen(
bool drawFrame2Fl);
60 void displayIntroFrame2();
61 bool showKnowledgeCheck();
Definition: debugger.h:28
Definition: mortevielle.h:156