]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Resources.h
added spells
[l2e.git] / src / battle / Resources.h
index c0fb48cf159bec8ca258ab68f8eed59b37a8fcea..bd2fd91358839249062177d71d405ee30e316ab0 100644 (file)
@@ -13,6 +13,7 @@
 namespace common {
        class Inventory;
        class Item;
+       class Spell;
 }
 namespace graphics {
        class Font;
@@ -50,7 +51,7 @@ struct Resources {
        graphics::Sprite *itemTargetCursor;
 
        const char *spellMenuHeadline;
-       graphics::Menu</* Spell */ void *> spellMenuPrototype;
+       graphics::Menu<const common::Spell *> spellMenuPrototype;
 
        common::Inventory *inventory;
        const char *itemMenuHeadline;