X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FResources.h;h=1f6d2077912d41fd57ca4792b8602ed7375c2f60;hb=5cbe0ba11d6fe180f49101547f05e7fe586d55c0;hp=be2fb2559284568a753346e6404d221710be49c1;hpb=67f6bb1d9727e7d1e2140cf2913aa89ebba84bf5;p=l2e.git diff --git a/src/menu/Resources.h b/src/menu/Resources.h index be2fb25..1f6d207 100644 --- a/src/menu/Resources.h +++ b/src/menu/Resources.h @@ -108,6 +108,22 @@ struct Resources { const char *capsuleNoAttackText; const char *capsuleNotHungryText; + graphics::CharSelect *capsuleNameCharSelectTemplate; + + graphics::Sprite *capsuleSelectTopLeft; + graphics::Sprite *capsuleSelectTopRight; + graphics::Sprite *capsuleSelectTopRepeat; + graphics::Sprite *capsuleSelectBottomLeft; + graphics::Sprite *capsuleSelectBottomRight; + graphics::Sprite *capsuleSelectBottomRepeat; + graphics::Texture *capsuleSelectLeftRepeat; + graphics::Texture *capsuleSelectRightRepeat; + graphics::Sprite *capsuleSelectLadder; + graphics::Sprite *capsuleSelectCursor; + + graphics::Sprite *capsuleAlignmentWheel; + graphics::Sprite *capsuleAlignmentCursor; + Resources(); static void CreateTypeDescription();