X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fexport_bd.h;h=688d506ef9072309a2c8537c18687dd8e2876ed3;hb=88649b249ef0485f6c6233dfee03e3cae1eefa1f;hp=f14d8f843613e35d7ec16ad6337a97e35dd1b22f;hpb=35a2f21580d9bd01f55e1265fc8174cfcbdd5ad9;p=rocksndiamonds.git diff --git a/src/game_bd/export_bd.h b/src/game_bd/export_bd.h index f14d8f84..688d506e 100644 --- a/src/game_bd/export_bd.h +++ b/src/game_bd/export_bd.h @@ -65,6 +65,9 @@ struct GraphicInfo_BD Bitmap *bitmap; int src_x, src_y; int width, height; + + int graphic; + int frame; }; struct EngineSnapshotInfo_BD @@ -109,7 +112,7 @@ unsigned int InitEngineRandom_BD(int); void InitGameEngine_BD(void); void GameActions_BD(byte[MAX_PLAYERS]); -Bitmap *GetTitleScreen_BD(void); +Bitmap **GetTitleScreenBitmaps_BD(void); void CoverScreen_BD(void); void BlitScreenToBitmap_BD(Bitmap *);