rnd-20071012-1-src
[rocksndiamonds.git] / src / game.h
index d68147085c70fd0a9110834513e54513c443fb1b..f4216805b6606b776b1e06cb562de5db66416b2b 100644 (file)
@@ -42,6 +42,7 @@ struct GamePanelInfo
   struct TextPosInfo key_white;
   struct TextPosInfo key_white_count;
   struct TextPosInfo score;
+  struct TextPosInfo highscore;
   struct TextPosInfo time;
   struct TextPosInfo time_hh;
   struct TextPosInfo time_mm;
@@ -307,6 +308,8 @@ int GetElementFromGroupElement(int);
 void DrawGameValue_Time(int);
 void DrawGameDoorValues(void);
 
+void UpdateAndDisplayGameControlValues();
+
 void InitGameSound();
 void InitGame();