#include <string>
#include <vector>
#include <stdio.h>
#include <stdlib.h>
#include "externs.h"
#include "mon-info.h"
Go to the source code of this file.
enum hints_types |
formatted_string hints_abilities_info | ( | void | ) |
void hints_death_screen | ( | void | ) |
void hints_describe_item | ( | const item_def & | item | ) |
void hints_describe_monster | ( | const monster_info & | mi, | |
bool | has_stat_desc | |||
) |
void hints_describe_pos | ( | int | x, | |
int | y | |||
) |
void hints_dissection_reminder | ( | bool | healthy | ) |
void hints_finished | ( | void | ) |
void hints_first_item | ( | const item_def & | item | ) |
void hints_gained_new_skill | ( | skill_type | skill | ) |
void hints_healing_reminder | ( | void | ) |
void hints_inscription_info | ( | bool | autoinscribe, | |
std::string | prompt | |||
) |
void hints_load_game | ( | void | ) |
bool hints_monster_interesting | ( | const monster * | mons | ) |
void hints_monster_seen | ( | const monster & | mon | ) |
void hints_new_turn | ( | ) |
void hints_observe_cell | ( | const coord_def & | gc | ) |
bool hints_pos_interesting | ( | int | x, | |
int | y | |||
) |
formatted_string hints_starting_info2 | ( | ) |
void hints_starting_screen | ( | void | ) |
void hints_zap_secret_doors | ( | void | ) |
void init_hints | ( | ) |
void init_hints_options | ( | void | ) |
void learned_something_new | ( | hints_event_type | seen_what, | |
coord_def | gc = coord_def() | |||
) |
void load_hints | ( | reader & | inf | ) |
void pick_hints | ( | newgame_def * | choice | ) |
void print_hints_menu | ( | unsigned int | type | ) |
void print_hints_skills_description_info | ( | void | ) |
void print_hints_skills_info | ( | void | ) |
void save_hints | ( | writer & | outf | ) |
void taken_new_item | ( | object_class_type | item_type | ) |