2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-05 17:53:29 +00:00
metaforce/Runtime/Particle/CParticleElectric.hpp
2016-02-07 17:31:05 -10:00

16 lines
225 B
C++

#ifndef __RETRO_CPARTICLEELECTRIC_HPP__
#define __RETRO_CPARTICLEELECTRIC_HPP__
#include "CParticleGen.hpp"
namespace Retro
{
class CParticleElectric : public CElementGen
{
};
}
#endif // __RETRO_CPARTICLEELECTRIC_HPP__