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