X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FResources.h;h=5b581e6bd9dc97ba3c9db8104892b4b52e90f031;hb=7f0a586b8238c7093a8942ff5b5c4122edd386fc;hp=47e46256f668fbcf2f8db6425c66c9908c059747;hpb=eab84a66cf10866a291687b0e5957f475a0ad465;p=l2e.git diff --git a/src/menu/Resources.h b/src/menu/Resources.h index 47e4625..5b581e6 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; @@ -101,6 +103,7 @@ struct Resources { const char *capsuleAttack1Label; const char *capsuleAttack2Label; const char *capsuleAttack3Label; + const char *capsuleNoAttackText; Resources();