]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/Menu.h
switched to static type IDs
[l2e.git] / src / graphics / Menu.h
index b581fe25283ffcee693407cd523e3f72d7bee704..4dc60323571cbeb37134fe51d2bf6f911a231a70 100644 (file)
@@ -19,6 +19,8 @@
 namespace graphics {
 
 struct MenuProperties {
+       static const int TYPE_ID = 407;
+
        const Font *font;
        const Font *disabledFont;
        const Sprite *cursor;