2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-26 05:25:35 +00:00
metaforce/Runtime/Particle/CSwooshDescription.hpp
2016-02-11 13:05:42 -10:00

14 lines
239 B
C++

#ifndef __RETRO_CSWOOSHDESCRIPTION_HPP__
#define __RETRO_CSWOOSHDESCRIPTION_HPP__
#include "CParticleDataFactory.hpp"
namespace Retro
{
class CSwooshDescription : public IGenDescription
{
};
}
#endif // __RETRO_CSWOOSHDESCRIPTION_HPP__