summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-06 10:58:37 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-06 11:33:08 +0100
commita37af0a7641b0178d66e09d51ad8dcb9ec5e42c6 (patch)
tree81f0e136343b518faed64b53bdb3ebc9ba4cccd9 /crawl-ref/source/view.h
parent89eaa39aa96039062a4d1a0efc2e5c1fe9f54a95 (diff)
downloadcrawl-ref-a37af0a7641b0178d66e09d51ad8dcb9ec5e42c6.tar.gz
crawl-ref-a37af0a7641b0178d66e09d51ad8dcb9ec5e42c6.zip
Split get_symbol from view.cc.
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 774aa2adff..4df53354d8 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -38,24 +38,11 @@ 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);
-void get_item_glyph(const item_def *item, unsigned *glych,
- unsigned short *glycol);
-void get_mons_glyph(const monsters *mons, unsigned *glych,
- unsigned short *glycol);
-unsigned get_screen_glyph( int x, int y );
-unsigned get_screen_glyph( const coord_def &p );
-
-int get_mons_colour(const monsters *mons);
-
bool inside_level_bounds(int x, int y);
bool inside_level_bounds(const coord_def &p);
void clear_feature_overrides();
void add_feature_override(const std::string &text);
-unsigned grid_character_at(const coord_def &c);
-unsigned get_symbol(show_type object, unsigned short *colour = NULL,
- bool magic_mapped = false);
-
std::string screenshot(bool fullscreen = false);
bool view_update();