|
Devilution
Diablo devolved - magic behind the 1996 computer game
|
Go to the source code of this file.
Functions | |
| void | FreeQuestText () |
| void | InitQuestText () |
| void | InitQTextMsg (int m) |
| void | DrawQTextBack () |
| void | PrintQTextChr (int sx, int sy, BYTE *pCelBuff, int nCel) |
| void | DrawQText () |
Variables | |
| int | qtexty |
| char * | qtextptr |
| int | qtextSpd |
| BOOLEAN | qtextflag |
| int | scrolltexty |
| BYTE * | pMedTextCels |
| BYTE * | pTextBoxCels |
| const BYTE | mfontframe [127] |
| Maps from font index to medtexts.cel frame number. More... | |
| const BYTE | mfontkern [56] |
| Maps from medtexts.cel frame number to character width. More... | |
| int | qscroll_spd_tbl [9] |
| Text scroll speeds. More... | |
Interface of scrolling dialog text.
Definition in file minitext.h.
1.8.17