#include "AppHdr.h"#include "feature.h"#include "colour.h"#include "debug.h"#include "options.h"#include "show.h"

Typedefs | |
| typedef std::map< show_type, feature_def > | feat_map |
Functions | |
| const feature_def & | get_feature_def (show_type object) |
| const feature_def & | get_feature_def (dungeon_feature_type feat) |
| void | apply_feature_overrides () |
| void | init_show_table (void) |
| dungeon_feature_type | magic_map_base_feat (dungeon_feature_type feat) |
| typedef std::map<show_type, feature_def> feat_map |
| void apply_feature_overrides | ( | ) |
| const feature_def& get_feature_def | ( | dungeon_feature_type | feat | ) |
| const feature_def& get_feature_def | ( | show_type | object | ) |
| void init_show_table | ( | void | ) |

| dungeon_feature_type magic_map_base_feat | ( | dungeon_feature_type | feat | ) |

1.5.6