X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FResources.h;h=656827e8f54a08b7b307d58fd40516d852c9c57b;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=be2fb2559284568a753346e6404d221710be49c1;hpb=7a14d357d9d05c2bac1efcdcf57365a4ce13729a;p=l2e.git diff --git a/src/menu/Resources.h b/src/menu/Resources.h index be2fb25..656827e 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 { @@ -108,6 +115,26 @@ 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; + + graphics::Sprite *capsuleGrowthLabel; + graphics::Sprite *capsuleGrowthBar; + graphics::Sprite *capsuleGrowthBarFilled; + Resources(); static void CreateTypeDescription();