summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-you.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-07-20 17:00:36 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-07-20 17:21:56 +0200
commit09226ac0c680bbbb99986534e466f4e87a902ba8 (patch)
tree315479263c8f25e3ad4ac73fa647e555bf7783fb /crawl-ref/source/wiz-you.h
parentef7bc03388e190b9942fe4e50f756bed8260eb2f (diff)
downloadcrawl-ref-09226ac0c680bbbb99986534e466f4e87a902ba8.tar.gz
crawl-ref-09226ac0c680bbbb99986534e466f4e87a902ba8.zip
Wizard mode xray vision (Ctrl-V).
It would be nice to expose the whole viewed area, but LOS code assumes circular bounds in a few places.
Diffstat (limited to 'crawl-ref/source/wiz-you.h')
-rw-r--r--crawl-ref/source/wiz-you.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/wiz-you.h b/crawl-ref/source/wiz-you.h
index c06c31a21f..ceb73e4ff4 100644
--- a/crawl-ref/source/wiz-you.h
+++ b/crawl-ref/source/wiz-you.h
@@ -22,5 +22,6 @@ void wizard_get_religion( void );
void wizard_set_stats( void );
void wizard_edit_durations( void );
void wizard_get_god_gift ();
+void wizard_toggle_xray_vision();
#endif