]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/Menu.h
added constructors for described types
[l2e.git] / src / graphics / Menu.h
index 7aa2e9448794754d57024e36e16252bbba6f0389..e9627389e958323b7012f83e5e639df67640c23a 100644 (file)
@@ -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<class T>