X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FMenu.h;h=e9627389e958323b7012f83e5e639df67640c23a;hb=2cbddc6f84967a982c1651b15f924c3c8dd023a7;hp=7aa2e9448794754d57024e36e16252bbba6f0389;hpb=e35b71bedb8c2424346d60c737020f1599438b74;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