X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.h;h=ade881e0e392d1e4921efcb24c6b632b5189a1b1;hb=590e9a86daa2b0d3923673bfe02525766224808e;hp=3137db7999b67044e95c47e4a548742f1c463202;hpb=1e491a9ddfe4c4098a252b2703bd35f724eb397c;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 3137db79..ade881e0 100644 --- a/src/main.h +++ b/src/main.h @@ -2030,6 +2030,12 @@ struct MenuMainTextInfo struct TextPosInfo last_level; struct TextPosInfo level_info_1; struct TextPosInfo level_info_2; + struct TextPosInfo level_name; + struct TextPosInfo level_author; + struct TextPosInfo level_year; + struct TextPosInfo level_imported_from; + struct TextPosInfo level_imported_by; + struct TextPosInfo level_tested_by; struct TextPosInfo title_1; struct TextPosInfo title_2; struct TextPosInfo title_3; @@ -2037,7 +2043,7 @@ struct MenuMainTextInfo struct MenuMainInputInfo { - struct MenuPosInfo name; + struct TextPosInfo name; }; struct MenuMainInfo