X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=7eb19cdedbb1e7d60b241dabdc915803dd587975;hb=e34b75ad13d1120b9cfc1cb1d2308203ba13c0fe;hp=b73d5daff98bef27ac661508e480925a62a15057;hpb=7e9fd58541ecb47c252415fe1feb0a741a1f6caa;p=rocksndiamonds.git 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);