X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FResources.h;h=5e68281548b4e1bc8cef7b9de7d01bb22a7cc62b;hb=9a273798937710928304fdcc5e33a78c6f8b48be;hp=73b2a8f15f3a801c387925b9ce3b4bc583dd7359;hpb=04b582180c8f86f50f08f5141a2514a1fcda3e01;p=l2e.git diff --git a/src/battle/Resources.h b/src/battle/Resources.h index 73b2a8f..5e68281 100644 --- a/src/battle/Resources.h +++ b/src/battle/Resources.h @@ -8,6 +8,7 @@ #ifndef BATTLE_RESOURCES_H_ #define BATTLE_RESOURCES_H_ +#include "../graphics/ComplexAnimation.h" #include "../graphics/Menu.h" #include @@ -71,6 +72,11 @@ struct Resources { const char *escapeText; + graphics::ComplexAnimation numberAnimationPrototype; + + const graphics::Sprite *bigNumberSprite; + const graphics::Sprite *greenNumberSprite; + graphics::Sprite *weaponMenuIcon; graphics::Sprite *armorMenuIcon; graphics::Sprite *shieldMenuIcon; @@ -131,6 +137,9 @@ struct Resources { , escapeText("") + , bigNumberSprite(0) + , greenNumberSprite(0) + , weaponMenuIcon(0) , armorMenuIcon(0) , shieldMenuIcon(0)