X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FNumberAnimation.h;fp=src%2Fbattle%2FNumberAnimation.h;h=698a5f18b754c9aa93d13ba8a527a0f6c3d69ebc;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=dea8bfcecc018ad7285e0f55edaefde8782d29fa;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/battle/NumberAnimation.h b/src/battle/NumberAnimation.h index dea8bfc..698a5f1 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 {