X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FResources.h;h=be2fb2559284568a753346e6404d221710be49c1;hb=7a14d357d9d05c2bac1efcdcf57365a4ce13729a;hp=5b581e6bd9dc97ba3c9db8104892b4b52e90f031;hpb=7f0a586b8238c7093a8942ff5b5c4122edd386fc;p=l2e.git diff --git a/src/menu/Resources.h b/src/menu/Resources.h index 5b581e6..be2fb25 100644 --- a/src/menu/Resources.h +++ b/src/menu/Resources.h @@ -61,6 +61,7 @@ struct Resources { const char *itemMenuUseText; const char *itemMenuSortText; const char *itemMenuDropText; + const char *itemMenuSelectText; graphics::MenuProperties *inventoryMenuProperties; @@ -93,6 +94,7 @@ struct Resources { graphics::Texture *capsulebg; graphics::MenuProperties *capsuleMenuProperties; + graphics::MenuProperties *capsuleFeedMenuProperties; const char *capsuleFeedLabel; const char *capsuleChangeLabel; @@ -104,6 +106,7 @@ struct Resources { const char *capsuleAttack2Label; const char *capsuleAttack3Label; const char *capsuleNoAttackText; + const char *capsuleNotHungryText; Resources();