2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-16 05:51:22 +00:00
metaforce/Runtime/Particle/CParticleSwoosh.hpp
Jack Andersen 731d8bbcb4 more stubs
2015-08-20 14:06:39 -10:00

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__