X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame_bd%2Fbd_graphics.h;h=2e7392c745e39796287560af0e66a3a1a00d67cb;hb=edaa850fd2d2cae7ec31961fae3d56487e710c71;hp=0f953cf0b0d798403e3d10e71646aa3fdfe5e82f;hpb=baaeb610c5e1390ebfd7616f8ea17c00221d8503;p=rocksndiamonds.git diff --git a/src/game_bd/bd_graphics.h b/src/game_bd/bd_graphics.h index 0f953cf0..2e7392c7 100644 --- a/src/game_bd/bd_graphics.h +++ b/src/game_bd/bd_graphics.h @@ -23,8 +23,6 @@ extern Bitmap *gd_screen_bitmap; -extern const unsigned char *gd_keystate; - typedef unsigned int GdColor; void set_cell_size(int s); @@ -45,4 +43,6 @@ 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