added overlay touch buttons for door request dialog
[rocksndiamonds.git] / src / main.h
index 88577ac27add45a3315bb7ee3e06e5d825640b5b..00740b421d665357c292c083506c199d68ede530 100644 (file)
@@ -2649,10 +2649,15 @@ struct RequestButtonInfo
   struct TextPosInfo yes;
   struct TextPosInfo no;
   struct TextPosInfo confirm;
+
   struct TextPosInfo player_1;
   struct TextPosInfo player_2;
   struct TextPosInfo player_3;
   struct TextPosInfo player_4;
+
+  struct TextPosInfo touch_yes;
+  struct TextPosInfo touch_no;
+  struct TextPosInfo touch_confirm;
 };
 
 struct MenuMainButtonInfo