]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/Resources.h
show next level in status screen
[l2e.git] / src / menu / Resources.h
index eb6181658eec266ae7185883e1698e97c7892db6..64198f85c158fe61387ff075c4f87ac22a7a5906 100644 (file)
@@ -42,6 +42,18 @@ struct Resources {
 
        graphics::Sprite *shoulderNav;
 
+       const char *atpLabel;
+       const char *dfpLabel;
+       const char *strLabel;
+       const char *aglLabel;
+       const char *intLabel;
+       const char *gutLabel;
+       const char *mgrLabel;
+
+       const char *ipLabel;
+       const char *experienceLabel;
+       const char *nextLevelLabel;
+
        Resources();
 
 };