summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
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();