X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FResources.h;h=1e86f64ab160b1a984797801486015ebc6a3945e;hb=c1443f347c55be69ad35d332ecb9f21dd85d965e;hp=bd2fd91358839249062177d71d405ee30e316ab0;hpb=d872d756e64b8f1f57cba64ae19f479f8eab3927;p=l2e.git diff --git a/src/battle/Resources.h b/src/battle/Resources.h index bd2fd91..1e86f64 100644 --- a/src/battle/Resources.h +++ b/src/battle/Resources.h @@ -58,7 +58,15 @@ struct Resources { graphics::Menu itemMenuPrototype; const char *ikariMenuHeadline; - graphics::Menu ikariMenuPrototype; + graphics::Menu ikariMenuPrototype; + const char *noEquipmentText; + + graphics::Sprite *weaponMenuIcon; + graphics::Sprite *armorMenuIcon; + graphics::Sprite *shieldMenuIcon; + graphics::Sprite *helmetMenuIcon; + graphics::Sprite *ringMenuIcon; + graphics::Sprite *jewelMenuIcon; Resources() @@ -90,6 +98,14 @@ struct Resources { , inventory(0) , itemMenuHeadline("") , ikariMenuHeadline("") + , noEquipmentText("") + + , weaponMenuIcon(0) + , armorMenuIcon(0) + , shieldMenuIcon(0) + , helmetMenuIcon(0) + , ringMenuIcon(0) + , jewelMenuIcon(0) { } };