Small code simplification (remove Draw_Some_Item in editor code)

This commit is contained in:
2015-08-31 01:02:08 -04:00
parent 648021d928
commit efa1428fda
2 changed files with 45 additions and 46 deletions

View File

@@ -19,7 +19,6 @@ void draw_items();
void force_tiny_redraw();
void draw_one_terrain_spot (short i,short j,ter_num_t terrain_to_draw);
void draw_one_tiny_terrain_spot (short i,short j,ter_num_t terrain_to_draw,short size);
void Draw_Some_Item(sf::Texture& src_gworld,rectangle src_rect,sf::RenderTarget& targ_gworld,location target,sf::BlendMode mode = sf::BlendNone);
rectangle get_template_rect (unsigned short type_wanted);
void draw_frames();
void place_location();