X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fimport_bd.h;h=3104c99b15b11506609ceabdcf8fe8bd22509c4e;hb=4ed68b54ed9bed72d87eac4dd7b117fc4b8022d6;hp=cccee3a4ca1da720916fe669ecb009ca484e497f;hpb=a22676a142a724a5e276c6771156e7d84190a643;p=rocksndiamonds.git diff --git a/src/game_bd/import_bd.h b/src/game_bd/import_bd.h index cccee3a4..3104c99b 100644 --- a/src/game_bd/import_bd.h +++ b/src/game_bd/import_bd.h @@ -12,18 +12,32 @@ #ifndef IMPORT_BD_H #define IMPORT_BD_H +// ============================================================================ +// functions and definitions imported from main program to game_bd +// ============================================================================ + #include "../libgame/libgame.h" #include "../game.h" #include "export_bd.h" -// ============================================================================ -// functions and definitions exported from main program to game_bd -// ============================================================================ +// ---------------------------------------------------------------------------- +// imported functions +// ---------------------------------------------------------------------------- + +void InitGraphicInfo_BD(void); void PlayLevelSound_BD(int, int, int, int); void StopSound_BD(int, int); boolean isSoundPlaying_BD(int, int); +void BackToFront(void); + +byte *TapePlayAction_BD(void); +byte *TapeCorrectAction_BD(byte *); +boolean TapeIsPlaying_ReplayBD(void); + +char *getCurrentLevelsetName(void); + #endif // IMPORT_BD_H