Squash a lot of missing prototype warnings

This commit is contained in:
2014-04-15 03:39:21 -04:00
parent 2d69851746
commit ac3ac31f04
18 changed files with 83 additions and 91 deletions

View File

@@ -5,8 +5,8 @@ void draw_pcs(location center,short mode);
void draw_outd_boats(location center);
void draw_town_boat(location center) ;
void draw_party_symbol(short mode,location center);
RECT get_monster_rect (unsigned char type_wanted,short mode) ;
RECT get_monster_template_rect (unsigned short type_wanted,short mode,short which_part) ;
RECT get_monster_rect (pic_num_t type_wanted,short mode) ;
RECT get_monster_template_rect (pic_num_t type_wanted,short mode,short which_part) ;
RECT get_item_template_rect (short type_wanted);
bool is_fluid(ter_num_t ter_type);
bool is_shore(ter_num_t ter_type);