X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmenu%2FResources.h;h=0b3b435f7019e80dc8e1f4f860c7ed9ce3bab1de;hb=317100aa5878503dad034a1e1eb734d1e952f842;hp=6472d3c61beff972e61022cff59e15713a0f0625;hpb=aedf4ae020e3c811341df79ceae63ca56fb7ce83;p=l2e.git diff --git a/src/menu/Resources.h b/src/menu/Resources.h index 6472d3c..0b3b435 100644 --- a/src/menu/Resources.h +++ b/src/menu/Resources.h @@ -35,6 +35,21 @@ 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; + Resources(); };