X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FResources.h;h=64198f85c158fe61387ff075c4f87ac22a7a5906;hb=9429393ba3d875a12049dc9efeb4720fd9583e23;hp=6472d3c61beff972e61022cff59e15713a0f0625;hpb=aedf4ae020e3c811341df79ceae63ca56fb7ce83;p=l2e.git diff --git a/src/menu/Resources.h b/src/menu/Resources.h index 6472d3c..64198f8 100644 --- a/src/menu/Resources.h +++ b/src/menu/Resources.h @@ -35,6 +35,25 @@ struct Resources { const char *mainMenuTimeText; const char *mainMenuGoldText; + graphics::Sprite *heroCursor; + int heroCursorBlinkTime; + + const char *noEquipmentText; + + 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(); };