X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FResources.h;h=64198f85c158fe61387ff075c4f87ac22a7a5906;hb=fab9883177573c105579a37cbc5b9bbbe69d0280;hp=eb6181658eec266ae7185883e1698e97c7892db6;hpb=243cb7d922fe888be8d18241de138ad5949de430;p=l2e.git diff --git a/src/menu/Resources.h b/src/menu/Resources.h index eb61816..64198f8 100644 --- a/src/menu/Resources.h +++ b/src/menu/Resources.h @@ -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(); };