X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FResources.h;h=5cc8903131f84a7f625f2820a08f2da5f5b0166b;hb=adb1e3d5eafba2ef3de1499be286be330afaefef;hp=1e86f64ab160b1a984797801486015ebc6a3945e;hpb=44288f7ce53d52ad5c7961af1437162088beec18;p=l2e.git diff --git a/src/battle/Resources.h b/src/battle/Resources.h index 1e86f64..5cc8903 100644 --- a/src/battle/Resources.h +++ b/src/battle/Resources.h @@ -26,10 +26,14 @@ namespace battle { struct Resources { + graphics::Sprite *swapCursor; graphics::Sprite *moveIcons; graphics::Sprite *attackIcons; graphics::Sprite *attackChoiceIcons; + graphics::Frame *titleFrame; + graphics::Font *titleFont; + graphics::Frame *heroTagFrame; graphics::Frame *activeHeroTagFrame; @@ -61,6 +65,8 @@ struct Resources { graphics::Menu ikariMenuPrototype; const char *noEquipmentText; + const char *escapeText; + graphics::Sprite *weaponMenuIcon; graphics::Sprite *armorMenuIcon; graphics::Sprite *shieldMenuIcon; @@ -70,10 +76,14 @@ struct Resources { Resources() - : moveIcons(0) + : swapCursor(0) + , moveIcons(0) , attackIcons(0) , attackChoiceIcons(0) + , titleFrame(0) + , titleFont(0) + , heroTagFrame(0) , activeHeroTagFrame(0) @@ -100,6 +110,8 @@ struct Resources { , ikariMenuHeadline("") , noEquipmentText("") + , escapeText("") + , weaponMenuIcon(0) , armorMenuIcon(0) , shieldMenuIcon(0)