X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FMenu.h;h=e9627389e958323b7012f83e5e639df67640c23a;hb=b02da898c7c8a08141df4e797774a61cf5e0163f;hp=7aa2e9448794754d57024e36e16252bbba6f0389;hpb=be7b4addf295d6193ba2527cdd17cdb524339aed;p=l2e.git diff --git a/src/graphics/Menu.h b/src/graphics/Menu.h index 7aa2e94..e962738 100644 --- a/src/graphics/Menu.h +++ b/src/graphics/Menu.h @@ -45,6 +45,8 @@ struct MenuProperties { : font(font), disabledFont(disabledFont), cursor(cursor), charsPerEntry(charsPerEntry), rows(rows), rowGap(rowGap), iconSpace(iconSpace), cols(cols), colGap(colGap), charsPerNumber(charsPerNumber), charsPerAdditionalText(charsPerAdditionalText), additionalTextGap(additionalTextGap), delimiter(delimiter) { } static void CreateTypeDescription(); + static void Construct(void *); + }; template