metaforce/Runtime/Particle/CParticleElectric.hpp

16 lines
226 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
{
class CParticleElectric : public CParticleGen
{
};
}
#endif // __RETRO_CPARTICLEELECTRIC_HPP__