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

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