added mapping for native game elements for Boulder Dash game engine
[rocksndiamonds.git] / src / game.h
index 3752ba00a7ed37d657bcb9a59b281cf54b9fb86a..03dd47ea0058c3cc3c06ee3a98905e616b4a6779 100644 (file)
@@ -52,6 +52,9 @@ struct GamePanelInfo
 {
   struct TextPosInfo level_number;
   struct TextPosInfo gems;
+  struct TextPosInfo gems_total;
+  struct TextPosInfo gems_collected;
+  struct TextPosInfo gems_score;
   struct TextPosInfo inventory_count;
   struct TextPosInfo inventory_first[NUM_PANEL_INVENTORY];
   struct TextPosInfo inventory_last[NUM_PANEL_INVENTORY];