]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/Resources.h
added most of the capsule main menu's features
[l2e.git] / src / menu / Resources.h
index 47e46256f668fbcf2f8db6425c66c9908c059747..5b581e6bd9dc97ba3c9db8104892b4b52e90f031 100644 (file)
@@ -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();