mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-05 17:53:29 +00:00
16 lines
217 B
C++
16 lines
217 B
C++
#ifndef __RETRO_CPARTICLESWOOSH_HPP__
|
|
#define __RETRO_CPARTICLESWOOSH_HPP__
|
|
|
|
#include "CParticleGen.hpp"
|
|
|
|
namespace Retro
|
|
{
|
|
|
|
class CParticleSwoosh : public CElementGen
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __RETRO_CPARTICLESWOOSH_HPP__
|