X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmenu%2FResources.h;h=32d393e1b880d8ef1b831ca5823ab7cb688c53e8;hb=c1de2db3755c2cffd790c58bbd92e7fc993afcb5;hp=0b3b435f7019e80dc8e1f4f860c7ed9ce3bab1de;hpb=317100aa5878503dad034a1e1eb734d1e952f842;p=l2e.git diff --git a/src/menu/Resources.h b/src/menu/Resources.h index 0b3b435..32d393e 100644 --- a/src/menu/Resources.h +++ b/src/menu/Resources.h @@ -50,6 +50,22 @@ struct Resources { const char *gutLabel; const char *mgrLabel; + const char *ipLabel; + const char *experienceLabel; + const char *nextLevelLabel; + + graphics::MenuProperties *statusMenuProperties; + + const char *nextLabel; + const char *returnLabel; + + graphics::MenuProperties *itemMenuProperties; + const char *itemMenuUseText; + const char *itemMenuSortText; + const char *itemMenuDropText; + + graphics::MenuProperties *inventoryMenuProperties; + Resources(); };