metaforce/Runtime/Particle/CParticleSwoosh.hpp

16 lines
218 B
C++

#ifndef __RETRO_CPARTICLESWOOSH_HPP__
#define __RETRO_CPARTICLESWOOSH_HPP__
#include "CParticleGen.hpp"
namespace Retro
{
class CParticleSwoosh : public CParticleGen
{
};
}
#endif // __RETRO_CPARTICLESWOOSH_HPP__