From 182fb011ad05dafabadf1e3cee27a68f56fa82dc Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Wed, 4 Nov 2009 08:36:40 +0100 Subject: Move feature_def and Feature array into feature.cc from view.cc. --- crawl-ref/source/view.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'crawl-ref/source/view.h') diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h index c2815302a7..88b2958a79 100644 --- a/crawl-ref/source/view.h +++ b/crawl-ref/source/view.h @@ -11,7 +11,6 @@ #include "externs.h" void init_char_table(char_set_type set); -void init_feature_table(); void init_monsters_seens(); void beogh_follower_convert(monsters *monster, bool orc_hit = false); @@ -57,8 +56,6 @@ void get_item_symbol(unsigned int object, unsigned *ch, unsigned real_colour(unsigned raw_colour); int get_mons_colour(const monsters *mons); -const feature_def &get_feature_def(dungeon_feature_type feat); - void set_envmap_obj( const coord_def& where, int object ); unsigned get_envmap_char(int x, int y); inline unsigned get_envmap_char(const coord_def& c) { -- cgit v1.2.3-54-g00ecf