26 #include "common/scummsys.h" 30 typedef char CommandeType[20];
33 #define NUM_FONT_CHARS 256 48 byte textTable[NUM_FONT_CHARS][2][FONT_WIDTH *FONT_HEIGHT];
52 extern const char *
const *failureMessages;
53 extern const CommandeType *defaultActionCommand;
54 extern const CommandeType *systemMenu;
55 extern const CommandeType *confirmMenu;
56 extern const char *
const *otherMessages;
57 extern const char *defaultCommandPreposition;
58 extern const char *
const *commandPrepositionTable;
60 void loadTextData(
const char *filename);
61 void loadErrmessDat(
const char *fname);
62 void setFailureMessages(
const char *
const *messages,
bool allocated);
63 void freeErrmessDat();
64 void loadPoldatDat(
const char *fname);
66 int fitLine(
const char *ptr,
int maxWidth,
int &words,
int &width);