2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 07:51:20 +00:00
metaforce/Runtime/Particle/CParticleSwoosh.hpp

16 lines
216 B
C++

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