]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Resources.h
fixed scrolling in Menu
[l2e.git] / src / battle / Resources.h
index 2de6b69f684d7513a6c7e56c34b846a78b4c074f..3876072ecad2b7dd8aca5940579f72a458fb4824 100644 (file)
@@ -37,6 +37,9 @@ struct Resources {
        graphics::Frame *selectFrame;
 
        graphics::Font *normalFont;
+       graphics::Font *disabledFont;
+
+       graphics::Sprite *menuCursor;
 
        const char *spellMenuHeadline;
        graphics::Menu</* Spell */ void *> spellMenuPrototype;
@@ -59,6 +62,9 @@ struct Resources {
        , selectFrame(0)
 
        , normalFont(0)
+       , disabledFont(0)
+
+       , menuCursor(0)
 
        , spellMenuHeadline("")
        { }