X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=dadb6735f86859b5aaa45d834090444c74254c80;hb=2edf06a7d09c607a6dc3751368cca227ab67660d;hp=927dade7f9365ca0316091e9fedcc68e2ca04427;hpb=c4dd9e14b72b528e82bc018fe2fa76b784221584;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 927dade7..dadb6735 100644 --- a/src/game.h +++ b/src/game.h @@ -203,7 +203,12 @@ void Moving2Blocked(int, int, int *, int *); void Blocked2Moving(int, int, int *, int *); void DrawDynamite(int, int); +void StartGameActions(boolean, boolean, long); + void GameActions(void); +void GameActions_EM_Main(); +void GameActions_RND(); + void ScrollLevel(int, int); void InitPlayLevelSound();