2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 03:11:28 +00:00
metaforce/Runtime/Particle/CParticleElectric.hpp

16 lines
224 B
C++

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