metaforce/Runtime/Particle/CElectricDescription.hpp

14 lines
222 B
C++
Raw Normal View History

#ifndef __RETRO_CELECTRICDESCRIPTION_HPP__
#define __RETRO_CELECTRICDESCRIPTION_HPP__
#include "CParticleDataFactory.hpp"
2016-02-10 22:54:47 +00:00
namespace Retro
{
2016-02-13 05:49:59 +00:00
class CElectricDescription
2016-02-10 22:54:47 +00:00
{
2016-02-11 02:39:08 +00:00
};
2016-02-10 22:54:47 +00:00
}
#endif // __RETRO_CELECTRICDESCRIPTION_HPP__