X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fbd_graphics.h;h=e52048adadf1f4891fb249189535286e85b1345c;hb=2e9241bfb5323455f99c46cade55fc225b5ce9ea;hp=6b522fcc504143d767ddbc23d864e2fdefbd1112;hpb=11f100237c5f4e22a11df896c15e144eea2be887;p=rocksndiamonds.git diff --git a/src/game_bd/bd_graphics.h b/src/game_bd/bd_graphics.h index 6b522fcc..e52048ad 100644 --- a/src/game_bd/bd_graphics.h +++ b/src/game_bd/bd_graphics.h @@ -33,6 +33,7 @@ int get_play_area_h(void); void gd_init_play_area(void); +boolean gd_bitmap_has_c64_colors(Bitmap *bitmap); void gd_prepare_tile_bitmap(GdCave *cave, Bitmap *bitmap, int scale_down_factor); void gd_set_tile_bitmap_reference(Bitmap *bitmap); Bitmap *gd_get_tile_bitmap(Bitmap *bitmap);