X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame_bd%2Fexport_bd.h;h=b7d624676f66712213de80fe14fd9df0cdc0a6cd;hb=5c4e9d9d723237bbc66d7e575c7d002687295c06;hp=3b8c77217a1db58881156841286f321035070df1;hpb=bd826a8c1635d94fc84b15c785377b975a6cd7e1;p=rocksndiamonds.git diff --git a/src/game_bd/export_bd.h b/src/game_bd/export_bd.h index 3b8c7721..b7d62467 100644 --- a/src/game_bd/export_bd.h +++ b/src/game_bd/export_bd.h @@ -112,7 +112,10 @@ unsigned int InitEngineRandom_BD(int); void InitGameEngine_BD(void); void GameActions_BD(byte[MAX_PLAYERS]); -Bitmap *GetTitleScreen_BD(void); +boolean use_native_bd_graphics_engine(void); +boolean use_bd_smooth_movements(void); + +Bitmap **GetTitleScreenBitmaps_BD(void); void CoverScreen_BD(void); void BlitScreenToBitmap_BD(Bitmap *);