summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/teleport.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/teleport.h')
-rw-r--r--crawl-ref/source/teleport.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/teleport.h b/crawl-ref/source/teleport.h
index 2224c0958c..a330edc78e 100644
--- a/crawl-ref/source/teleport.h
+++ b/crawl-ref/source/teleport.h
@@ -1,7 +1,12 @@
#ifndef TELEPORT_H
#define TELEPORT_H
+class actor;
+class monsters;
+
void blink_closer(actor* victim, const coord_def& target);
+void blink_away(monsters* mon);
+void blink_range(monsters* mon);
bool random_near_space(const coord_def& origin, coord_def& target,
bool allow_adjacent = false, bool restrict_LOS = true,