X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.h;fp=src%2Fgame.h;h=7eb19cdedbb1e7d60b241dabdc915803dd587975;hp=b73d5daff98bef27ac661508e480925a62a15057;hb=90faeaee222acbf966229f09465e90e46c4ae6aa;hpb=2181d7515fcdeae73c7482c3e19cc6120279b556 diff --git a/src/game.h b/src/game.h index b73d5daf..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);