Squash a lot of missing prototype warnings
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user