From 108f82f16f56e5fcc0f92e7233d378e559779e74 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 18 May 2014 21:48:00 +0300 Subject: Move attack into separate file. --- src/resources/beinginfo.h | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) (limited to 'src/resources/beinginfo.h') diff --git a/src/resources/beinginfo.h b/src/resources/beinginfo.h index 62ad7eaf9..27d36e2a3 100644 --- a/src/resources/beinginfo.h +++ b/src/resources/beinginfo.h @@ -36,34 +36,7 @@ #include -struct Attack final -{ - std::string mAction; - std::string mSkyAction; - std::string mWaterAction; - int mEffectId; - int mHitEffectId; - int mCriticalHitEffectId; - int mMissEffectId; - std::string mMissileParticle; - - Attack(const std::string &action, const std::string &skyAction, - const std::string &waterAction, const int effectId, - const int hitEffectId, const int criticalHitEffectId, - const int missEffectId, const std::string &missileParticle) : - mAction(action), - mSkyAction(skyAction), - mWaterAction(waterAction), - mEffectId(effectId), - mHitEffectId(hitEffectId), - mCriticalHitEffectId(criticalHitEffectId), - mMissEffectId(missEffectId), - mMissileParticle(missileParticle) - { - } - - A_DELETE_COPY(Attack) -}; +struct Attack; typedef std::map Attacks; -- cgit v1.2.3-60-g2f50