From e349c146291d6328726143935560522fe7def3c1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 31 May 2014 14:41:43 +0300 Subject: Move effectdescription into separate file. --- src/effectmanager.h | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'src/effectmanager.h') diff --git a/src/effectmanager.h b/src/effectmanager.h index 71f3224c4..dd90ddbec 100644 --- a/src/effectmanager.h +++ b/src/effectmanager.h @@ -23,6 +23,8 @@ #ifndef EFFECTMANAGER_H #define EFFECTMANAGER_H +#include "resources/effectdescription.h" + #include #include @@ -34,23 +36,6 @@ class Particle; class EffectManager final { public: - struct EffectDescription - { - EffectDescription(const int id0, const std::string &gfx0, - const std::string &sfx0, - const std::string &sprite0) : - id(id0), - gfx(gfx0), - sfx(sfx0), - sprite(sprite0) - { - } - int id; - std::string gfx; - std::string sfx; - std::string sprite; - }; - EffectManager(); A_DELETE_COPY(EffectManager) -- cgit v1.2.3-60-g2f50