X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FResources.h;fp=src%2Fbattle%2FResources.h;h=49d30c1fd49bf7693fcae0deeecd7a7e0a8c993d;hb=7cabfe225d70f2a7c0770fde3091e744fc0e4dd2;hp=5e68281548b4e1bc8cef7b9de7d01bb22a7cc62b;hpb=2d54ee208839678d0125a53c7973c098fd8c98b7;p=l2e.git diff --git a/src/battle/Resources.h b/src/battle/Resources.h index 5e68281..49d30c1 100644 --- a/src/battle/Resources.h +++ b/src/battle/Resources.h @@ -8,7 +8,6 @@ #ifndef BATTLE_RESOURCES_H_ #define BATTLE_RESOURCES_H_ -#include "../graphics/ComplexAnimation.h" #include "../graphics/Menu.h" #include @@ -19,6 +18,7 @@ namespace common { class Spell; } namespace graphics { + class Animation; class Font; class Frame; class Gauge; @@ -72,7 +72,7 @@ struct Resources { const char *escapeText; - graphics::ComplexAnimation numberAnimationPrototype; + const graphics::Animation *numberAnimationPrototype; const graphics::Sprite *bigNumberSprite; const graphics::Sprite *greenNumberSprite; @@ -137,6 +137,7 @@ struct Resources { , escapeText("") + , numberAnimationPrototype(0) , bigNumberSprite(0) , greenNumberSprite(0)