X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fexport_bd.h;h=a56e948bf282dd3566bf2bfe8db0034a9118d347;hb=c3f4524693a17a8d75c7d25da24d4003b234d114;hp=7c12293076a2b7c13d4f50b89e7becf382e0a2e7;hpb=dc7bcae20949adb40e3bf797eab98ecb286a2453;p=rocksndiamonds.git diff --git a/src/game_bd/export_bd.h b/src/game_bd/export_bd.h index 7c122930..a56e948b 100644 --- a/src/game_bd/export_bd.h +++ b/src/game_bd/export_bd.h @@ -88,6 +88,10 @@ int map_action_RND_to_BD(int); int map_action_BD_to_RND(int); boolean checkGameRunning_BD(void); +boolean checkGamePlaying_BD(void); +boolean checkBonusTime_BD(void); +int getFramesPerSecond_BD(void); +int getTimeLeft_BD(void); void InitGfxBuffers_BD(void); @@ -96,5 +100,11 @@ void setLevelInfoToDefaults_BD(void); boolean LoadNativeLevel_BD(char *, int, boolean); unsigned int InitEngineRandom_BD(int); +void InitGameEngine_BD(void); +void GameActions_BD(byte[MAX_PLAYERS]); +void CoverScreen_BD(void); + +void BlitScreenToBitmap_BD(Bitmap *); +void RedrawPlayfield_BD(boolean); #endif // EXPORT_BD_H