summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-10 12:42:34 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-10 12:44:19 +0100
commit3977b123c4b05ea20323805fa901a213ecaeac3e (patch)
treea18491061f515ba43c35aaff1e51366cc5f7af3b /crawl-ref/source/view.h
parentba3b7dbaad47d6e41d3763ec7dd6215bd74cfb5f (diff)
downloadcrawl-ref-3977b123c4b05ea20323805fa901a213ecaeac3e.tar.gz
crawl-ref-3977b123c4b05ea20323805fa901a213ecaeac3e.zip
Split shouting and stealth code from view.cc.
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 5a9c9577e7..0ebe7859e2 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -25,16 +25,8 @@ bool magic_mapping(int map_radius, int proportion, bool suppress_msg,
coord_def origin = coord_def(-1, -1));
void reautomap_level();
-bool noisy(int loudness, const coord_def& where, int who,
- bool mermaid = false);
-bool noisy(int loudness, const coord_def& where, const char *msg = NULL,
- int who = -1, bool mermaid = false);
-void blood_smell( int strength, const coord_def& where);
-void handle_monster_shouts(monsters* monster, bool force = false);
-
class level_pos;
void show_map( level_pos &spec_place, bool travel_mode, bool allow_esc = false );
-bool check_awaken(monsters* monster);
bool is_feature(int feature, const coord_def& where);
bool inside_level_bounds(int x, int y);
bool inside_level_bounds(const coord_def &p);