summaryrefslogtreecommitdiffstats
path: root/trunk/source/direct.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/direct.h')
-rw-r--r--trunk/source/direct.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/trunk/source/direct.h b/trunk/source/direct.h
index 2bd5a06cdd..e591107578 100644
--- a/trunk/source/direct.h
+++ b/trunk/source/direct.h
@@ -37,5 +37,11 @@ void direction( struct dist &moves, int restricts = DIR_NONE,
void look_around( struct dist &moves, bool justLooking, int first_move = -1,
int mode = TARG_ANY );
+bool in_los_bounds(int x, int y);
+bool in_viewport_bounds(int x, int y);
+bool in_los(int x, int y);
+bool in_vlos(int x, int y);
+
+std::string feature_description(int mx, int my);
#endif