X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FResources.h;h=27e8e6fcd95dba3a19993a09be409f4c6d297fea;hb=HEAD;hp=6fc064167d3ca901508e57d8eaef0dbff1ab31bb;hpb=9666839d0ca6c794d28226a007870c82ef4ddb20;p=l2e.git diff --git a/src/menu/Resources.h b/src/menu/Resources.h index 6fc0641..27e8e6f 100644 --- a/src/menu/Resources.h +++ b/src/menu/Resources.h @@ -1,7 +1,14 @@ #ifndef MENU_RESOURCES_H_ #define MENU_RESOURCES_H_ -#include "../graphics/fwd.h" +namespace graphics { + class CharSelect; + class Font; + class Frame; + struct MenuProperties; + class Sprite; + class Texture; +} namespace menu { @@ -110,6 +117,24 @@ struct Resources { 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; + + graphics::Sprite *capsuleGrowthLabel; + graphics::Sprite *capsuleGrowthBar; + graphics::Sprite *capsuleGrowthBarFilled; + Resources(); static void CreateTypeDescription(); @@ -119,4 +144,4 @@ struct Resources { } -#endif /* MENU_RESOURCES_H_ */ +#endif