]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Resources.h
added cursor sprite for menu
[l2e.git] / src / battle / Resources.h
index 098c84468f15f3e9616450f94660a9b9e5e0c41f..3876072ecad2b7dd8aca5940579f72a458fb4824 100644 (file)
@@ -39,6 +39,8 @@ struct Resources {
        graphics::Font *normalFont;
        graphics::Font *disabledFont;
 
+       graphics::Sprite *menuCursor;
+
        const char *spellMenuHeadline;
        graphics::Menu</* Spell */ void *> spellMenuPrototype;
 
@@ -62,6 +64,8 @@ struct Resources {
        , normalFont(0)
        , disabledFont(0)
 
+       , menuCursor(0)
+
        , spellMenuHeadline("")
        { }