added button to level editor to set random level colors for BD engine
[rocksndiamonds.git] / src / game_bd / bd_graphics.h
index fe6c8946bcde6df71d3f8ab9ea3c7c0a310db611..dd9eed1ab1c66637d3a814fc7ff0c057e1c56e9b 100644 (file)
@@ -35,10 +35,16 @@ int get_play_area_h(void);
 
 void gd_init_keystate(void);
 
+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);
+
 int gd_drawcave(Bitmap *dest, GdGame *gameplay, boolean);
 boolean gd_scroll(GdGame *gameplay, boolean exact_scroll, boolean immediate);
 void gd_scroll_to_origin(void);
 int get_scroll_x(void);
 int get_scroll_y(void);
 
+Bitmap **gd_get_title_screen_bitmaps(void);
+
 #endif // BD_GRAPHICS_H