#include "AppHdr.h"
#include "command.h"
#include <stdio.h>
#include <string.h>
#include <sstream>
#include <ctype.h>
#include "externs.h"
#include "options.h"
#include "abl-show.h"
#include "branch.h"
#include "chardump.h"
#include "cio.h"
#include "colour.h"
#include "database.h"
#include "debug.h"
#include "decks.h"
#include "describe.h"
#include "files.h"
#include "ghost.h"
#include "invent.h"
#include "itemname.h"
#include "items.h"
#include "libutil.h"
#include "macro.h"
#include "menu.h"
#include "message.h"
#include "mon-stuff.h"
#include "mon-util.h"
#include "ouch.h"
#include "place.h"
#include "player.h"
#include "religion.h"
#include "showsymb.h"
#include "skills2.h"
#include "species.h"
#include "spl-book.h"
#include "spl-cast.h"
#include "spl-util.h"
#include "state.h"
#include "stuff.h"
#include "env.h"
#include "terrain.h"
#include "transform.h"
#include "hints.h"
#include "view.h"
#include "viewchar.h"
Classes | |
struct | help_file |
class | DescMenu |
class | help_highlighter |
Typedefs | |
typedef void(* | db_keys_recap )(std::vector< std::string > &) |
Functions | |
void | adjust (void) |
void | swap_inv_slots (int from_slot, int to_slot, bool verbose) |
void | list_armour () |
void | list_jewellery (void) |
void | list_weapons (void) |
void | show_specific_help (const std::string &help) |
void | show_levelmap_help () |
void | show_pickup_menu_help () |
void | show_targeting_help () |
void | show_interlevel_travel_branch_help () |
void | show_interlevel_travel_depth_help () |
void | show_stash_search_help () |
void | show_butchering_help () |
void | list_commands (int hotkey, bool do_redraw_screen, std::string highlight_string) |
Variables | |
help_file | help_files [] |
typedef void(* db_keys_recap)(std::vector< std::string > &) |
void adjust | ( | void | ) |
void list_armour | ( | ) |
void list_commands | ( | int | hotkey, | |
bool | do_redraw_screen, | |||
std::string | highlight_string | |||
) |
void list_jewellery | ( | void | ) |
void list_weapons | ( | void | ) |
void show_butchering_help | ( | ) |
void show_interlevel_travel_branch_help | ( | ) |
void show_interlevel_travel_depth_help | ( | ) |
void show_levelmap_help | ( | ) |
void show_pickup_menu_help | ( | ) |
void show_specific_help | ( | const std::string & | help | ) |
void show_stash_search_help | ( | ) |
void show_targeting_help | ( | ) |
void swap_inv_slots | ( | int | from_slot, | |
int | to_slot, | |||
bool | verbose | |||
) |
Initial value:
{ { "crawl_manual.txt", '*', true }, { "../README.txt", '!', false }, { "aptitudes.txt", '%', false }, { "quickstart.txt", '^', false }, { "macros_guide.txt", '~', false }, { "options_guide.txt", '&', false }, { NULL, 0, false } }