metaforce/Runtime/Particle/CParticleElectric.hpp

16 lines
225 B
C++
Raw Normal View History

2015-08-21 00:06:39 +00:00
#ifndef __RETRO_CPARTICLEELECTRIC_HPP__
#define __RETRO_CPARTICLEELECTRIC_HPP__
#include "CParticleGen.hpp"
namespace Retro
{
2016-02-08 03:31:05 +00:00
class CParticleElectric : public CElementGen
2015-08-21 00:06:39 +00:00
{
};
}
#endif // __RETRO_CPARTICLEELECTRIC_HPP__