summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/teleport.h
blob: 7c4618838626b90fddb34d78763908714e3c2102 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef TELEPORT_H
#define TELEPORT_H

void blink_closer(const coord_def& target);

bool random_near_space(const coord_def& origin, coord_def& target,
                       bool allow_adjacent = false, bool restrict_LOS = true,
                       bool forbid_dangerous = true,
                       bool forbid_sanctuary = false);

#endif