2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-29 04:45:36 +00:00
metaforce/Runtime/Particle/CParticleElectric.hpp
2016-02-11 12:38:25 -10:00

19 lines
325 B
C++

#ifndef __RETRO_CPARTICLEELECTRIC_HPP__
#define __RETRO_CPARTICLEELECTRIC_HPP__
#include "CElementGen.hpp"
namespace Retro
{
class CElectricDescription;
class CParticleElectric : public CElementGen
{
public:
CParticleElectric(const TToken<CElectricDescription>& desc);
};
}
#endif // __RETRO_CPARTICLEELECTRIC_HPP__