added setup option for using "player is pushing" graphics in BD engine
[rocksndiamonds.git] / src / game_bd / export_bd.h
index ae3e45270a438370eb0119c5f5fc819b7c75ed13..690481a26b801121cd80a5a89215886d850781c1 100644 (file)
@@ -65,6 +65,9 @@ struct GraphicInfo_BD
   Bitmap *bitmap;
   int src_x, src_y;
   int width, height;
+
+  int graphic;
+  int frame;
 };
 
 struct EngineSnapshotInfo_BD
@@ -79,6 +82,7 @@ struct EngineSnapshotInfo_BD
 extern struct GameInfo_BD game_bd;
 extern struct LevelInfo_BD native_bd_level;
 extern struct GraphicInfo_BD graphic_info_bd_object[O_MAX_ALL][8];
+extern struct GraphicInfo_BD graphic_info_bd_color_template;
 extern struct EngineSnapshotInfo_BD engine_snapshot_bd;
 
 void bd_open_all(void);
@@ -107,6 +111,12 @@ Bitmap *GetPreviewTileBitmap_BD(Bitmap *);
 unsigned int InitEngineRandom_BD(int);
 void InitGameEngine_BD(void);
 void GameActions_BD(byte[MAX_PLAYERS]);
+
+boolean use_native_bd_graphics_engine(void);
+boolean use_bd_smooth_movements(void);
+boolean use_bd_pushing_graphics(void);
+
+Bitmap **GetTitleScreenBitmaps_BD(void);
 void CoverScreen_BD(void);
 
 void BlitScreenToBitmap_BD(Bitmap *);