X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FResources.h;h=0b3b435f7019e80dc8e1f4f860c7ed9ce3bab1de;hb=c591893775d3b850d0a88e743c09c91db337fbdc;hp=e5241c33d8f3ac95353a80f7951040a5334ee404;hpb=bba1ac05e8c1854dc61bd737d228d9bc18bbb6ad;p=l2e.git diff --git a/src/menu/Resources.h b/src/menu/Resources.h index e5241c3..0b3b435 100644 --- a/src/menu/Resources.h +++ b/src/menu/Resources.h @@ -38,6 +38,18 @@ struct Resources { 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(); };