X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmenu%2FResources.h;h=be2fb2559284568a753346e6404d221710be49c1;hb=67f6bb1d9727e7d1e2140cf2913aa89ebba84bf5;hp=9ea26e665000270d0b024e7ef5eaa550cd9b07b3;hpb=0285546b22f9e8f496ca6b1abffdd232647b6b6a;p=l2e.git diff --git a/src/menu/Resources.h b/src/menu/Resources.h index 9ea26e6..be2fb25 100644 --- a/src/menu/Resources.h +++ b/src/menu/Resources.h @@ -46,7 +46,9 @@ struct Resources { const char *gutLabel; const char *mgrLabel; + const char *hpLabel; const char *ipLabel; + const char *levelLabel; const char *experienceLabel; const char *nextLevelLabel; @@ -59,6 +61,7 @@ struct Resources { const char *itemMenuUseText; const char *itemMenuSortText; const char *itemMenuDropText; + const char *itemMenuSelectText; graphics::MenuProperties *inventoryMenuProperties; @@ -88,6 +91,23 @@ struct Resources { graphics::MenuProperties *scenarioMenuProperties; const char *scenarioMenuHeadline; + graphics::Texture *capsulebg; + + graphics::MenuProperties *capsuleMenuProperties; + graphics::MenuProperties *capsuleFeedMenuProperties; + + const char *capsuleFeedLabel; + const char *capsuleChangeLabel; + const char *capsuleNameLabel; + const char *capsuleClassLabel; + const char *capsuleAlignmentLabel; + const char *capsuleTribeLabel; + const char *capsuleAttack1Label; + const char *capsuleAttack2Label; + const char *capsuleAttack3Label; + const char *capsuleNoAttackText; + const char *capsuleNotHungryText; + Resources(); static void CreateTypeDescription();