rnd-20060815-2-src
[rocksndiamonds.git] / src / game.h
index 1718f8357a61448cb2cb43868cb55521741c5b5a..aff4cd5fb8b288417a5428b64b5bf7b61c6b62d0 100644 (file)
@@ -126,6 +126,10 @@ struct PlayerInfo
 
   boolean LevelSolved, GameOver;
 
+  boolean LevelSolved_GameEnd;
+  boolean LevelSolved_SaveTape;
+  boolean LevelSolved_SaveScore;
+
   int last_move_dir;
 
   boolean is_active;
@@ -214,6 +218,7 @@ void InitGame(void);
 
 void UpdateEngineValues(int, int);
 void GameWon(void);
+void GameEnd(void);
 
 void InitPlayerGfxAnimation(struct PlayerInfo *, int, int);
 void Moving2Blocked(int, int, int *, int *);