X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FCapsule.h;h=ef4e46da07f2e342d223852087684ca8b2e1d3c7;hb=087783315ac5955c17bb3b051c9351f321653df6;hp=8f268e18f4e74dc863b07e6b8550ce4fb33a84d0;hpb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;p=l2e.git diff --git a/src/battle/Capsule.h b/src/battle/Capsule.h index 8f268e1..ef4e46d 100644 --- a/src/battle/Capsule.h +++ b/src/battle/Capsule.h @@ -4,14 +4,18 @@ namespace common { class Capsule; } +namespace math { + template + class Vector; +} #include "AttackChoice.h" #include "../common/Stats.h" -#include "../math/Vector.h" #include "../graphics/Animation.h" -#include "../graphics/fwd.h" #include "../graphics/Menu.h" +#include + namespace battle { class Capsule { @@ -24,7 +28,7 @@ public: const char *Name() const; Uint8 Level() const; - const graphics::Sprite *Sprite(); + const graphics::Sprite *Sprite() const; Uint16 MaxHealth() const; Uint16 Health() const; @@ -62,4 +66,4 @@ private: } -#endif /* BATTLE_CAPSULE_H_ */ +#endif