X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FResources.h;h=bd2fd91358839249062177d71d405ee30e316ab0;hb=b6469d8a22e60335fd8d9304569e648310ddc399;hp=c0fb48cf159bec8ca258ab68f8eed59b37a8fcea;hpb=3c72a71fbf6de96333a641051a20c6bf8b3a5df3;p=l2e.git diff --git a/src/battle/Resources.h b/src/battle/Resources.h index c0fb48c..bd2fd91 100644 --- a/src/battle/Resources.h +++ b/src/battle/Resources.h @@ -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 spellMenuPrototype; + graphics::Menu spellMenuPrototype; common::Inventory *inventory; const char *itemMenuHeadline;