X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=7eb19cdedbb1e7d60b241dabdc915803dd587975;hb=3d7ff0d7ce7c86f068d8700faa8f03de4e9aaa88;hp=6ecbefc48459689311e83e6e52bc29c32c71bad0;hpb=7f44b998d7a52222429d0794d3ec1713f37a7f47;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 6ecbefc4..7eb19cde 100644 --- a/src/game.h +++ b/src/game.h @@ -424,8 +424,10 @@ void GameEnd(void); void MergeServerScore(void); void InitPlayerGfxAnimation(struct PlayerInfo *, int, int); + void Moving2Blocked(int, int, int *, int *); void Blocked2Moving(int, int, int *, int *); + void DrawDynamite(int, int); void StartGameActions(boolean, boolean, int); @@ -452,7 +454,6 @@ void RaiseScoreElement(int); void RequestQuitGameExt(boolean, boolean, char *); void RequestQuitGame(boolean); -void RequestRestartGame(char *); boolean CheckRestartGame(void); boolean checkGameSolved(void);