]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Resources.h
added a "disabled" font
[l2e.git] / src / battle / Resources.h
index 40c0b3b92a167b04eaff8649fb9a8cc7648b3425..098c84468f15f3e9616450f94660a9b9e5e0c41f 100644 (file)
@@ -37,7 +37,9 @@ struct Resources {
        graphics::Frame *selectFrame;
 
        graphics::Font *normalFont;
+       graphics::Font *disabledFont;
 
+       const char *spellMenuHeadline;
        graphics::Menu</* Spell */ void *> spellMenuPrototype;
 
 
@@ -58,6 +60,9 @@ struct Resources {
        , selectFrame(0)
 
        , normalFont(0)
+       , disabledFont(0)
+
+       , spellMenuHeadline("")
        { }
 
 };