#include "AppHdr.h"#include "traps.h"#include "trap_def.h"#include <algorithm>#include "artefact.h"#include "beam.h"#include "branch.h"#include "cloud.h"#include "clua.h"#include "coord.h"#include "coordit.h"#include "delay.h"#include "describe.h"#include "directn.h"#include "exercise.h"#include "map_knowledge.h"#include "itemname.h"#include "itemprop.h"#include "items.h"#include "libutil.h"#include "makeitem.h"#include "message.h"#include "misc.h"#include "mon-util.h"#include "mon-stuff.h"#include "mon-transit.h"#include "ouch.h"#include "player.h"#include "skills.h"#include "spl-miscast.h"#include "spl-util.h"#include "state.h"#include "stuff.h"#include "travel.h"#include "env.h"#include "areas.h"#include "terrain.h"#include "transform.h"#include "hints.h"#include "view.h"#include "shout.h"#include "xom.h"

| void check_net_will_hold_monster | ( | monster * | mons | ) |

| void clear_trapping_net | ( | ) |

| int count_traps | ( | trap_type | ttyp | ) |
| void destroy_trap | ( | const coord_def & | pos | ) |

| std::string direction_string | ( | coord_def | pos, | |
| bool | fuzz | |||
| ) |

| void disarm_trap | ( | const coord_def & | where | ) |

| std::vector<coord_def> find_golubria_on_level | ( | ) |

| void free_self_from_net | ( | void | ) |



| int get_trapping_net | ( | const coord_def & | where, | |
| bool | trapped | |||
| ) |

| void handle_items_on_shaft | ( | const coord_def & | pos, | |
| bool | open_shaft | |||
| ) |

| bool is_valid_shaft_level | ( | const level_id & | place | ) |


| int num_traps_for_place | ( | int | level_number, | |
| const level_id & | place | |||
| ) |

| bool player_caught_in_net | ( | ) |

| trap_type random_trap | ( | dungeon_feature_type | feat | ) |

| trap_type random_trap | ( | ) |


| trap_type random_trap_slime | ( | int | level_number | ) |

| void remove_net_from | ( | monster * | mon | ) |

| int reveal_traps | ( | const int | range | ) |

| bool shaft_known | ( | int | depth, | |
| bool | randomly_placed | |||
| ) |

| dungeon_feature_type trap_category | ( | trap_type | type | ) |
| const char* trap_name_at | ( | const coord_def & | c | ) |

| int traps_zero_number | ( | int | level_number | ) |
1.5.6