added (optional) menu buttons to select level number and first/last level
[rocksndiamonds.git] / src / main.h
index d688627d87903d2bc41555f757dea25c38ebfc37..224c3513cdeddfb96303230415a396f7a5f137a0 100644 (file)
@@ -2636,6 +2636,10 @@ struct MenuMainButtonInfo
 
   struct MenuPosInfo prev_level;
   struct MenuPosInfo next_level;
+
+  struct MenuPosInfo first_level;
+  struct MenuPosInfo last_level;
+  struct MenuPosInfo level_number;
 };
 
 struct MenuMainTextInfo