X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FResources.h;h=a0c60e15c95b86dca21f66bef3397e4acfc85e3c;hb=559457f14d914f6b1cb5d588a0ccf97529f011d1;hp=eb6181658eec266ae7185883e1698e97c7892db6;hpb=243cb7d922fe888be8d18241de138ad5949de430;p=l2e.git diff --git a/src/menu/Resources.h b/src/menu/Resources.h index eb61816..a0c60e1 100644 --- a/src/menu/Resources.h +++ b/src/menu/Resources.h @@ -42,6 +42,23 @@ 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; + + graphics::MenuProperties *statusMenuProperties; + + const char *nextLabel; + const char *returnLabel; + Resources(); };