X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FNumberAnimation.h;h=2885d0f73e41c2e91df46c13f332e4d726eabcd5;hb=ab063a95735fdb90e7c610015e9155283ba5eca6;hp=dea8bfcecc018ad7285e0f55edaefde8782d29fa;hpb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;p=l2e.git diff --git a/src/battle/NumberAnimation.h b/src/battle/NumberAnimation.h index dea8bfc..2885d0f 100644 --- a/src/battle/NumberAnimation.h +++ b/src/battle/NumberAnimation.h @@ -1,8 +1,14 @@ #ifndef BATTLE_NUMBERANIMATION_H_ #define BATTLE_NUMBERANIMATION_H_ -#include "../app/fwd.h" -#include "../math/Vector.h" +namespace app { + class State; +} +namespace math { + template + class Vector; +} + #include "../graphics/Animation.h" namespace battle { @@ -31,4 +37,4 @@ private: } -#endif /* BATTLE_NUMBERANIMATION_H_ */ +#endif