#include "AppHdr.h"#include "viewgeom.h"#include "options.h"#include "player.h"#include "state.h"#include "stuff.h"

Classes | |
| class | _layout |
| class | _inline_layout |
| class | _mlist_col_layout |
Defines | |
| #define | HUD_WIDTH 42 |
| #define | HUD_HEIGHT 12 |
| #define | MSG_MAX_HEIGHT Options.msg_max_height |
| #define | MLIST_MIN_HEIGHT Options.mlist_min_height |
| #define | MLIST_MIN_WIDTH 25 |
| #define | MLIST_MAX_WIDTH 42 |
| #define | MLIST_GUTTER 1 |
| #define | HUD_MIN_GUTTER 2 |
| #define | HUD_MAX_GUTTER 4 |
| #define HUD_HEIGHT 12 |
| #define HUD_MAX_GUTTER 4 |
| #define HUD_MIN_GUTTER 2 |
| #define HUD_WIDTH 42 |
| #define MLIST_GUTTER 1 |
| #define MLIST_MAX_WIDTH 42 |
| #define MLIST_MIN_HEIGHT Options.mlist_min_height |
| #define MLIST_MIN_WIDTH 25 |
| #define MSG_MAX_HEIGHT Options.msg_max_height |
1.5.6